#B36CA4

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

Shades of Bouquet #B36CA4

Tints of Bouquet #B36CA4

Color information

#B36CA4 (or 0xB36CA4) is unknown color: approx Bouquet. HEX triplet: B3, 6C and A4. RGB value is (179,108,164). Sum of RGB (Red+Green+Blue) = 179+108+164=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 164 (64.45% from 255 or 36.36% from 451); Max value from RGB is 179 - color contains mainly: red. Hex color #B36CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36CA4 is #4C935B. Grayscale: #878787. Windows color (decimal): -5018460 or 10775731. OLE color: 10775731.

HSL color Cylindrical-coordinate representation of color #B36CA4: hue angle of 312.68º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B36CA4 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB179108164-
CMYK00.400.080.30
HSL312.68º31.84%56.27%-
HSV(B)312.68º39.66%70.2%-
XYZ30.6522.9937.94-
YUV135.61144.02158.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.69%
GREEN value IS 108 (42.58% from 255) = 23.95%
BLUE value IS 164 (64.45% from 255) = 36.36%
R=39.69%
G=23.95%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910816400.400.080.30312.6831.8456.27
HexB36CA402881E1392038
Octal26315424405010364714070
Binary101100111101100101001000101000100011110100111001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36CA4; }

 p { color: rgb(179,108,164); }

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

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

 a { background-color: rgb(179,108,164); }

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

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

 span { border-color: rgb(179,108,164); }

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