#B36D9D

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

Shades of Bouquet #B36D9D

Tints of Bouquet #B36D9D

Color information

#B36D9D (or 0xB36D9D) is unknown color: approx Bouquet. HEX triplet: B3, 6D and 9D. RGB value is (179,109,157). Sum of RGB (Red+Green+Blue) = 179+109+157=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B36D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36D9D is #4C9262. Grayscale: #878787. Windows color (decimal): -5018211 or 10317235. OLE color: 10317235.

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

Color convert

RGB179109157-
CMYK00.390.120.30
HSL318.86º31.53%56.47%-
HSV(B)318.86º39.11%70.2%-
XYZ30.1422.9634.74-
YUV135.4140.19159.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.22%
GREEN value IS 109 (42.97% from 255) = 24.49%
BLUE value IS 157 (61.72% from 255) = 35.28%
R=40.22%
G=24.49%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910915700.390.120.30318.8631.5356.47
HexB36D9D027C1E13f2038
Octal26315523504714364774070
Binary101100111101101100111010100111110011110100111111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36D9D; }

 p { color: rgb(179,109,157); }

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

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

 a { background-color: rgb(179,109,157); }

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

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

 span { border-color: rgb(179,109,157); }

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