Html Css Color HEX #B36EA6 Bouquet

📋 copy color: '#B36EA6'

red 179 ◦ green 110 ◦ blue 166

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

Shades of Bouquet #B36EA6

Tints of Bouquet #B36EA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 36.48%

R = 39.34%
G = 24.18%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B36EA6 (or 0xB36EA6) is known color: Bouquet. HEX triplet: B3, 6E and A6. RGB value is (179,110,166). Sum of RGB (Red+Green+Blue) = 179+110+166=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B36EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36EA6 is #4C9159. Grayscale: #888888. Windows color (decimal): -5017946 or 10907315. OLE color: 10907315.

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

Color convert

RGB 179 110 166 -
CMYK 0 0.39 0.07 0.30
HSL 311.3º 0.31% 0.57% -
HSV(B) 311.3º 0.39% 0.7% -
XYZ 31.05 23.49 38.97 -
YUV 137.02 144.36 157.95 -
System Red Green Blue C M Y K H S L
Decimal 179 110 166 0 0.39 0.07 0.30 311.3 0.31 0.57
Hex B3 6E A6 0 27 7 1E 137 1F 39
Octal 263 156 246 0 47 7 36 467 37 71
Binary 10110011 1101110 10100110 0 100111 111 11110 100110111 11111 111001

Color Harmonies of #B36EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36EA6

Black with #B36EA6

Text Example


Text Example

White with #B36EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36EA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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