#B36FA5

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

Shades of Bouquet #B36FA5

Tints of Bouquet #B36FA5

Color information

#B36FA5 (or 0xB36FA5) is unknown color: approx Bouquet. HEX triplet: B3, 6F and A5. RGB value is (179,111,165). Sum of RGB (Red+Green+Blue) = 179+111+165=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 165 (64.84% from 255 or 36.26% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B36FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36FA5 is #4C905A. Grayscale: #898989. Windows color (decimal): -5017691 or 10842035. OLE color: 10842035.

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

Color convert

RGB179111165-
CMYK00.380.080.30
HSL312.35º30.91%56.86%-
HSV(B)312.35º37.99%70.2%-
XYZ31.0723.6738.53-
YUV137.49143.53157.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.34%
GREEN value IS 111 (43.75% from 255) = 24.40%
BLUE value IS 165 (64.84% from 255) = 36.26%
R=39.34%
G=24.40%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911116500.380.080.30312.3530.9156.86
HexB36FA502681E1381f39
Octal26315724504610364703771
Binary10110011110111110100101010011010001111010011100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36FA5; }

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

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

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

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

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

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

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

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