Html Css Color HEX #B36BAB Violet Blue

📋 copy color: '#B36BAB'

red 179 ◦ green 107 ◦ blue 171

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

Shades of Violet Blue #B36BAB

Tints of Violet Blue #B36BAB

RGB

 RED value IS 179 (70.31% from 255) = 39.17%

 GREEN value IS 107 (42.19% from 255) = 23.41%

 BLUE value IS 171 (67.19% from 255) = 37.42%

R = 39.17%
G = 23.41%
B = 37.42%

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

#B36BAB (or 0xB36BAB) is known color: Violet Blue. HEX triplet: B3, 6B and AB. RGB value is (179,107,171). Sum of RGB (Red+Green+Blue) = 179+107+171=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 179 - color contains mainly: red. Hex color #B36BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36BAB is #4C9454. Grayscale: #878787. Windows color (decimal): -5018709 or 11234227. OLE color: 11234227.

HSL color Cylindrical-coordinate representation of color #B36BAB: hue angle of 306.67º 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 #B36BAB is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 107 171 -
CMYK 0 0.40 0.04 0.30
HSL 306.67º 0.32% 0.56% -
HSV(B) 306.67º 0.4% 0.7% -
XYZ 31.2 23.04 41.33 -
YUV 135.82 147.85 158.8 -
System Red Green Blue C M Y K H S L
Decimal 179 107 171 0 0.40 0.04 0.30 306.67 0.32 0.56
Hex B3 6B AB 0 28 4 1E 133 20 38
Octal 263 153 253 0 50 4 36 463 40 70
Binary 10110011 1101011 10101011 0 101000 100 11110 100110011 100000 111000

Color Harmonies of #B36BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36BAB

Black with #B36BAB

Text Example


Text Example

White with #B36BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36BAB; }

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

 H1.HeaderClassName
 {
   color: #B36BAB;
 }
 .AnyTagClassName
 {
   color: #B36BAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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