Html Css Color HEX #B36CAB Violet Blue

📋 copy color: '#B36CAB'

red 179 ◦ green 108 ◦ blue 171

#B36CAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #B36CAB

Tints of Violet Blue #B36CAB

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 value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B36CAB (or 0xB36CAB) is known color: 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

RGB 179 108 171 -
CMYK 0 0.40 0.04 0.30
HSL 306.76º 0.32% 0.56% -
HSV(B) 306.76º 0.4% 0.7% -
XYZ 31.3 23.25 41.37 -
YUV 136.41 147.52 158.38 -
System Red Green Blue C M Y K H S L
Decimal 179 108 171 0 0.40 0.04 0.30 306.76 0.32 0.56
Hex B3 6C AB 0 28 4 1E 133 20 38
Octal 263 154 253 0 50 4 36 463 40 70
Binary 10110011 1101100 10101011 0 101000 100 11110 100110011 100000 111000

Color Harmonies of #B36CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36CAB

Black with #B36CAB

Text Example


Text Example

White with #B36CAB

Text Example


Text Example

HTML Codes & Css Web 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>