Html Css Color HEX #B36EAA Violet Blue

📋 copy color: '#B36EAA'

red 179 ◦ green 110 ◦ blue 170

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

Shades of Violet Blue #B36EAA

Tints of Violet Blue #B36EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.04%

R = 39%
G = 23.97%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B36EAA (or 0xB36EAA) is known color: Violet Blue. HEX triplet: B3, 6E and AA. RGB value is (179,110,170). Sum of RGB (Red+Green+Blue) = 179+110+170=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 179 - color contains mainly: red. Hex color #B36EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36EAA is #4C9155. Grayscale: #898989. Windows color (decimal): -5017942 or 11169459. OLE color: 11169459.

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

Color convert

RGB 179 110 170 -
CMYK 0 0.39 0.05 0.30
HSL 307.83º 0.31% 0.57% -
HSV(B) 307.83º 0.39% 0.7% -
XYZ 31.42 23.64 40.94 -
YUV 137.47 146.36 157.62 -
System Red Green Blue C M Y K H S L
Decimal 179 110 170 0 0.39 0.05 0.30 307.83 0.31 0.57
Hex B3 6E AA 0 27 5 1E 134 1F 39
Octal 263 156 252 0 47 5 36 464 37 71
Binary 10110011 1101110 10101010 0 100111 101 11110 100110100 11111 111001

Color Harmonies of #B36EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36EAA

Black with #B36EAA

Text Example


Text Example

White with #B36EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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