#B36FA1

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

Shades of Bouquet #B36FA1

Tints of Bouquet #B36FA1

Color information

#B36FA1 (or 0xB36FA1) is unknown color: approx Bouquet. HEX triplet: B3, 6F and A1. RGB value is (179,111,161). Sum of RGB (Red+Green+Blue) = 179+111+161=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 179 - color contains mainly: red. Hex color #B36FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36FA1 is #4C905E. Grayscale: #888888. Windows color (decimal): -5017695 or 10579891. OLE color: 10579891.

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

Color convert

RGB179111161-
CMYK00.380.100.30
HSL315.88º30.91%56.86%-
HSV(B)315.88º37.99%70.2%-
XYZ30.7123.5336.64-
YUV137.03141.53157.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.69%
GREEN value IS 111 (43.75% from 255) = 24.61%
BLUE value IS 161 (63.28% from 255) = 35.70%
R=39.69%
G=24.61%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911116100.380.100.30315.8830.9156.86
HexB36FA1026A1E13c1f39
Octal26315724104612364743771
Binary10110011110111110100001010011010101111010011110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36FA1; }

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

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

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

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

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

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

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

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