Html Css Color HEX #B36EAB Violet Blue

📋 copy color: '#B36EAB'

red 179 ◦ green 110 ◦ blue 171

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

Shades of Violet Blue #B36EAB

Tints of Violet Blue #B36EAB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.91%

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

R = 38.91%
G = 23.91%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B36EAB (or 0xB36EAB) is known color: Violet Blue. HEX triplet: B3, 6E and AB. RGB value is (179,110,171). Sum of RGB (Red+Green+Blue) = 179+110+171=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 110 (43.36% from 255 or 23.91% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 179 - color contains mainly: red. Hex color #B36EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36EAB is #4C9154. Grayscale: #898989. Windows color (decimal): -5017941 or 11234995. OLE color: 11234995.

HSL color Cylindrical-coordinate representation of color #B36EAB: hue angle of 306.96º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B36EAB is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 110 171 -
CMYK 0 0.39 0.04 0.30
HSL 306.96º 0.31% 0.57% -
HSV(B) 306.96º 0.39% 0.7% -
XYZ 31.52 23.68 41.44 -
YUV 137.59 146.86 157.54 -
System Red Green Blue C M Y K H S L
Decimal 179 110 171 0 0.39 0.04 0.30 306.96 0.31 0.57
Hex B3 6E AB 0 27 4 1E 133 1F 39
Octal 263 156 253 0 47 4 36 463 37 71
Binary 10110011 1101110 10101011 0 100111 100 11110 100110011 11111 111001

Color Harmonies of #B36EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36EAB

Black with #B36EAB

Text Example


Text Example

White with #B36EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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