#B15CA2

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

Shades of Violet Blue #B15CA2

Tints of Violet Blue #B15CA2

Color information

#B15CA2 (or 0xB15CA2) is unknown color: approx Violet Blue. HEX triplet: B1, 5C and A2. RGB value is (177,92,162). Sum of RGB (Red+Green+Blue) = 177+92+162=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B15CA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15CA2 is #4EA35D. Grayscale: #7D7D7D. Windows color (decimal): -5153630 or 10640561. OLE color: 10640561.

HSL color Cylindrical-coordinate representation of color #B15CA2: hue angle of 310.59º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B15CA2 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB17792162-
CMYK00.480.080.31
HSL310.59º35.27%52.75%-
HSV(B)310.59º48.02%69.41%-
XYZ28.4819.6136.47-
YUV125.4148.66164.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.07%
GREEN value IS 92 (36.33% from 255) = 21.35%
BLUE value IS 162 (63.67% from 255) = 37.59%
R=41.07%
G=21.35%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779216200.480.080.31310.5935.2752.75
HexB15CA203081F1372335
Octal26113424206010374674365
Binary101100011011100101000100110000100011111100110111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15CA2; }

 p { color: rgb(177,92,162); }

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

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

 a { background-color: rgb(177,92,162); }

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

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

 span { border-color: rgb(177,92,162); }

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