#B15CA4

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

Shades of Violet Blue #B15CA4

Tints of Violet Blue #B15CA4

Color information

#B15CA4 (or 0xB15CA4) is unknown color: approx Violet Blue. HEX triplet: B1, 5C and A4. RGB value is (177,92,164). Sum of RGB (Red+Green+Blue) = 177+92+164=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B15CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15CA4 is #4EA35B. Grayscale: #7D7D7D. Windows color (decimal): -5153628 or 10771633. OLE color: 10771633.

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

Color convert

RGB17792164-
CMYK00.480.070.31
HSL309.18º35.27%52.75%-
HSV(B)309.18º48.02%69.41%-
XYZ28.6619.6837.41-
YUV125.62149.66164.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.88%
GREEN value IS 92 (36.33% from 255) = 21.25%
BLUE value IS 164 (64.45% from 255) = 37.88%
R=40.88%
G=21.25%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779216400.480.070.31309.1835.2752.75
HexB15CA403071F1352335
Octal2611342440607374654365
Binary10110001101110010100100011000011111111100110101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15CA4; }

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

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

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

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

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

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

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

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