#BD79A8

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

Shades of Bouquet #BD79A8

Tints of Bouquet #BD79A8

Color information

#BD79A8 (or 0xBD79A8) is unknown color: approx Bouquet. HEX triplet: BD, 79 and A8. RGB value is (189,121,168). Sum of RGB (Red+Green+Blue) = 189+121+168=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 168 (66.02% from 255 or 35.15% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BD79A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD79A8 is #428657. Grayscale: #929292. Windows color (decimal): -4359768 or 11041213. OLE color: 11041213.

HSL color Cylindrical-coordinate representation of color #BD79A8: hue angle of 318.53º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD79A8 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB189121168-
CMYK00.360.110.26
HSL318.53º34%60.78%-
HSV(B)318.53º35.98%74.12%-
XYZ34.8927.3240.48-
YUV146.69140.03158.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.54%
GREEN value IS 121 (47.66% from 255) = 25.31%
BLUE value IS 168 (66.02% from 255) = 35.15%
R=39.54%
G=25.31%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912116800.360.110.26318.533460.78
HexBD79A8024B1A13f223d
Octal27517125004413324774275
Binary101111011111001101010000100100101111010100111111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD79A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD79A8; }

 p { color: rgb(189,121,168); }

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

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

 a { background-color: rgb(189,121,168); }

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

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

 span { border-color: rgb(189,121,168); }

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