#BD77AD

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

Shades of Bouquet #BD77AD

Tints of Bouquet #BD77AD

Color information

#BD77AD (or 0xBD77AD) is unknown color: approx Bouquet. HEX triplet: BD, 77 and AD. RGB value is (189,119,173). Sum of RGB (Red+Green+Blue) = 189+119+173=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BD77AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD77AD is #428852. Grayscale: #919191. Windows color (decimal): -4360275 or 11368381. OLE color: 11368381.

HSL color Cylindrical-coordinate representation of color #BD77AD: hue angle of 313.71º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD77AD is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB189119173-
CMYK00.370.080.26
HSL313.71º34.65%60.39%-
HSV(B)313.71º37.04%74.12%-
XYZ35.1327.0342.9-
YUV146.09143.19158.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.29%
GREEN value IS 119 (46.88% from 255) = 24.74%
BLUE value IS 173 (67.97% from 255) = 35.97%
R=39.29%
G=24.74%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911917300.370.080.26313.7134.6560.39
HexBD77AD02581A13a233c
Octal27516725504510324724374
Binary101111011110111101011010100101100011010100111010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD77AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD77AD; }

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

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

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

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

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

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

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

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