#B715A2

Color #B715A2 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B715A2

Tints of Medium Violet Red #B715A2

Color information

#B715A2 (or 0xB715A2) is unknown color: approx Medium Violet Red. HEX triplet: B7, 15 and A2. RGB value is (183,21,162). Sum of RGB (Red+Green+Blue) = 183+21+162=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B715A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B715A2 is #48EA5D. Grayscale: #555555. Windows color (decimal): -4778590 or 10622391. OLE color: 10622391.

HSL color Cylindrical-coordinate representation of color #B715A2: hue angle of 307.78º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B715A2 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB18321162-
CMYK00.890.110.28
HSL307.78º79.41%40%-
HSV(B)307.78º88.52%71.76%-
XYZ26.3213.2135.35-
YUV85.51171.17197.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 50%
GREEN value IS 21 (8.59% from 255) = 5.74%
BLUE value IS 162 (63.67% from 255) = 44.26%
R=50%
G=5.74%
B=44.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1832116200.890.110.28307.7879.4140
HexB715A2059B1C1344f28
Octal267252420131133446411750
Binary101101111010110100010010110011011111001001101001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B715A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B715A2; }

 p { color: rgb(183,21,162); }

 H1.HeaderClassName
 {
   color: #B715A2;
 }
 .AnyTagClassName
 {
   color: #B715A2;
 }
</style>
background-color css

<style>
 a { background-color: #B715A2; }

 a { background-color: rgb(183,21,162); }

 div.DivClassName
 {
   background-color: #B715A2;
 }
 .BgClassName
 {
   background-color: #B715A2;
 }
</style>
border-color css

<style>
 span { border-color: #B715A2; }

 span { border-color: rgb(183,21,162); }

 td.TdClassName
 {
   border-color: #B715A2;
 }
 .TagClassName
 {
   border-color: #B715A2;
 }
</style>