#B36FA6

Color #B36FA6 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #B36FA6

Tints of Bouquet #B36FA6

Color information

#B36FA6 (or 0xB36FA6) is unknown color: approx Bouquet. HEX triplet: B3, 6F and A6. RGB value is (179,111,166). Sum of RGB (Red+Green+Blue) = 179+111+166=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 179 - color contains mainly: red. Hex color #B36FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36FA6 is #4C9059. Grayscale: #898989. Windows color (decimal): -5017690 or 10907571. OLE color: 10907571.

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

Color convert

RGB179111166-
CMYK00.380.070.30
HSL311.47º30.91%56.86%-
HSV(B)311.47º37.99%70.2%-
XYZ31.1623.7139.01-
YUV137.6144.03157.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.25%
GREEN value IS 111 (43.75% from 255) = 24.34%
BLUE value IS 166 (65.23% from 255) = 36.40%
R=39.25%
G=24.34%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911116600.380.070.30311.4730.9156.86
HexB36FA602671E1371f39
Octal2631572460467364673771
Binary1011001111011111010011001001101111111010011011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36FA6; }

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

 H1.HeaderClassName
 {
   color: #B36FA6;
 }
 .AnyTagClassName
 {
   color: #B36FA6;
 }
</style>
background-color css

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

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

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

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

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

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