Html Css Color HEX #B36BA9 Violet Blue

📋 copy color: '#B36BA9'

red 179 ◦ green 107 ◦ blue 169

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

Shades of Violet Blue #B36BA9

Tints of Violet Blue #B36BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 37.14%

R = 39.34%
G = 23.52%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B36BA9 (or 0xB36BA9) is known color: Violet Blue. HEX triplet: B3, 6B and A9. RGB value is (179,107,169). Sum of RGB (Red+Green+Blue) = 179+107+169=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 107 (42.19% from 255 or 23.52% from 455); Blue value is 169 (66.41% from 255 or 37.14% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B36BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36BA9 is #4C9456. Grayscale: #878787. Windows color (decimal): -5018711 or 11103155. OLE color: 11103155.

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

Color convert

RGB 179 107 169 -
CMYK 0 0.40 0.06 0.30
HSL 308.33º 0.32% 0.56% -
HSV(B) 308.33º 0.4% 0.7% -
XYZ 31.01 22.96 40.33 -
YUV 135.6 146.85 158.96 -
System Red Green Blue C M Y K H S L
Decimal 179 107 169 0 0.40 0.06 0.30 308.33 0.32 0.56
Hex B3 6B A9 0 28 6 1E 134 20 38
Octal 263 153 251 0 50 6 36 464 40 70
Binary 10110011 1101011 10101001 0 101000 110 11110 100110100 100000 111000

Color Harmonies of #B36BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36BA9

Black with #B36BA9

Text Example


Text Example

White with #B36BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36BA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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