#B36CAB

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

Shades of Violet Blue #B36CAB

Tints of Violet Blue #B36CAB

Color information

#B36CAB (or 0xB36CAB) is unknown color: approx Violet Blue. HEX triplet: B3, 6C and AB. RGB value is (179,108,171). Sum of RGB (Red+Green+Blue) = 179+108+171=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 179 - color contains mainly: red. Hex color #B36CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36CAB is #4C9354. Grayscale: #888888. Windows color (decimal): -5018453 or 11234483. OLE color: 11234483.

HSL color Cylindrical-coordinate representation of color #B36CAB: hue angle of 306.76º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B36CAB is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB179108171-
CMYK00.400.040.30
HSL306.76º31.84%56.27%-
HSV(B)306.76º39.66%70.2%-
XYZ31.323.2541.37-
YUV136.41147.52158.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.08%
GREEN value IS 108 (42.58% from 255) = 23.58%
BLUE value IS 171 (67.19% from 255) = 37.34%
R=39.08%
G=23.58%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910817100.400.040.30306.7631.8456.27
HexB36CAB02841E1332038
Octal2631542530504364634070
Binary10110011110110010101011010100010011110100110011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36CAB; }

 p { color: rgb(179,108,171); }

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

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

 a { background-color: rgb(179,108,171); }

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

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

 span { border-color: rgb(179,108,171); }

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