#B15CA3

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

Shades of Violet Blue #B15CA3

Tints of Violet Blue #B15CA3

Color information

#B15CA3 (or 0xB15CA3) is unknown color: approx Violet Blue. HEX triplet: B1, 5C and A3. RGB value is (177,92,163). Sum of RGB (Red+Green+Blue) = 177+92+163=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B15CA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15CA3 is #4EA35C. Grayscale: #7D7D7D. Windows color (decimal): -5153629 or 10706097. OLE color: 10706097.

HSL color Cylindrical-coordinate representation of color #B15CA3: hue angle of 309.88º 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 #B15CA3 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB17792163-
CMYK00.480.080.31
HSL309.88º35.27%52.75%-
HSV(B)309.88º48.02%69.41%-
XYZ28.5719.6536.94-
YUV125.51149.16164.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.97%
GREEN value IS 92 (36.33% from 255) = 21.30%
BLUE value IS 163 (64.06% from 255) = 37.73%
R=40.97%
G=21.30%
B=37.73%

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
Decimal1779216300.480.080.31309.8835.2752.75
HexB15CA303081F1362335
Octal26113424306010374664365
Binary101100011011100101000110110000100011111100110110100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15CA3; }

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

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

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

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

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

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

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

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