#B15CAB

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

Shades of Violet Blue #B15CAB

Tints of Violet Blue #B15CAB

Color information

#B15CAB (or 0xB15CAB) is unknown color: approx Violet Blue. HEX triplet: B1, 5C and AB. RGB value is (177,92,171). Sum of RGB (Red+Green+Blue) = 177+92+171=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 177 - color contains mainly: red. Hex color #B15CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15CAB is #4EA354. Grayscale: #7E7E7E. Windows color (decimal): -5153621 or 11230385. OLE color: 11230385.

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

Color convert

RGB17792171-
CMYK00.480.030.31
HSL304.24º35.27%52.75%-
HSV(B)304.24º48.02%69.41%-
XYZ29.3119.9440.83-
YUV126.42153.16164.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.23%
GREEN value IS 92 (36.33% from 255) = 20.91%
BLUE value IS 171 (67.19% from 255) = 38.86%
R=40.23%
G=20.91%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779217100.480.030.31304.2435.2752.75
HexB15CAB03031F1302335
Octal2611342530603374604365
Binary1011000110111001010101101100001111111100110000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15CAB; }

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

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

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

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

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

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

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

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