Html Css Color HEX #B36FA2 Bouquet

📋 copy color: '#B36FA2'

red 179 ◦ green 111 ◦ blue 162

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

Shades of Bouquet #B36FA2

Tints of Bouquet #B36FA2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.56%

 BLUE value IS 162 (63.67% from 255) = 35.84%

R = 39.6%
G = 24.56%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B36FA2 (or 0xB36FA2) is known color: Bouquet. HEX triplet: B3, 6F and A2. RGB value is (179,111,162). Sum of RGB (Red+Green+Blue) = 179+111+162=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 179 - color contains mainly: red. Hex color #B36FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36FA2 is #4C905D. Grayscale: #898989. Windows color (decimal): -5017694 or 10645427. OLE color: 10645427.

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

Color convert

RGB 179 111 162 -
CMYK 0 0.38 0.09 0.30
HSL 315º 0.31% 0.57% -
HSV(B) 315º 0.38% 0.7% -
XYZ 30.8 23.56 37.11 -
YUV 137.15 142.03 157.85 -
System Red Green Blue C M Y K H S L
Decimal 179 111 162 0 0.38 0.09 0.30 315 0.31 0.57
Hex B3 6F A2 0 26 9 1E 13B 1F 39
Octal 263 157 242 0 46 11 36 473 37 71
Binary 10110011 1101111 10100010 0 100110 1001 11110 100111011 11111 111001

Color Harmonies of #B36FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36FA2

Black with #B36FA2

Text Example


Text Example

White with #B36FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36FA2; }

 p { color: rgb(179,111,162); }

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

background-color css

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

 a { background-color: rgb(179,111,162); }

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

border-color css

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

 span { border-color: rgb(179,111,162); }

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