#BD72AD

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

Shades of Bouquet #BD72AD

Tints of Bouquet #BD72AD

Color information

#BD72AD (or 0xBD72AD) is unknown color: approx Bouquet. HEX triplet: BD, 72 and AD. RGB value is (189,114,173). Sum of RGB (Red+Green+Blue) = 189+114+173=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 114 (44.92% from 255 or 23.95% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BD72AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD72AD is #428D52. Grayscale: #8E8E8E. Windows color (decimal): -4361555 or 11367101. OLE color: 11367101.

HSL color Cylindrical-coordinate representation of color #BD72AD: hue angle of 312.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD72AD is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB189114173-
CMYK00.400.080.26
HSL312.8º36.23%59.41%-
HSV(B)312.8º39.68%74.12%-
XYZ34.5525.8742.71-
YUV143.15144.85160.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.71%
GREEN value IS 114 (44.92% from 255) = 23.95%
BLUE value IS 173 (67.97% from 255) = 36.34%
R=39.71%
G=23.95%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911417300.400.080.26312.836.2359.41
HexBD72AD02881A139243b
Octal27516225505010324714473
Binary101111011110010101011010101000100011010100111001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD72AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD72AD; }

 p { color: rgb(189,114,173); }

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

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

 a { background-color: rgb(189,114,173); }

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

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

 span { border-color: rgb(189,114,173); }

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