#B15CA6

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

Shades of Violet Blue #B15CA6

Tints of Violet Blue #B15CA6

Color information

#B15CA6 (or 0xB15CA6) is unknown color: approx Violet Blue. HEX triplet: B1, 5C and A6. RGB value is (177,92,166). Sum of RGB (Red+Green+Blue) = 177+92+166=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 166 (65.23% from 255 or 38.16% from 435); Max value from RGB is 177 - color contains mainly: red. Hex color #B15CA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15CA6 is #4EA359. Grayscale: #7D7D7D. Windows color (decimal): -5153626 or 10902705. OLE color: 10902705.

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

Color convert

RGB17792166-
CMYK00.480.060.31
HSL307.76º35.27%52.75%-
HSV(B)307.76º48.02%69.41%-
XYZ28.8419.7538.37-
YUV125.85150.66164.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.69%
GREEN value IS 92 (36.33% from 255) = 21.15%
BLUE value IS 166 (65.23% from 255) = 38.16%
R=40.69%
G=21.15%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779216600.480.060.31307.7635.2752.75
HexB15CA603061F1342335
Octal2611342460606374644365
Binary10110001101110010100110011000011011111100110100100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15CA6; }

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

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

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

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

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

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

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

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