#BD71A6

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

Shades of Bouquet #BD71A6

Tints of Bouquet #BD71A6

Color information

#BD71A6 (or 0xBD71A6) is unknown color: approx Bouquet. HEX triplet: BD, 71 and A6. RGB value is (189,113,166). Sum of RGB (Red+Green+Blue) = 189+113+166=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BD71A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD71A6 is #428E59. Grayscale: #8D8D8D. Windows color (decimal): -4361818 or 10908093. OLE color: 10908093.

HSL color Cylindrical-coordinate representation of color #BD71A6: hue angle of 318.16º degrees, saturation: 0.37, 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 #BD71A6 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB189113166-
CMYK00.400.120.26
HSL318.16º36.54%59.22%-
HSV(B)318.16º40.21%74.12%-
XYZ33.7725.3839.2-
YUV141.77141.68161.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.38%
GREEN value IS 113 (44.53% from 255) = 24.15%
BLUE value IS 166 (65.23% from 255) = 35.47%
R=40.38%
G=24.15%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911316600.400.120.26318.1636.5459.22
HexBD71A6028C1A13e253b
Octal27516124605014324764573
Binary101111011110001101001100101000110011010100111110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD71A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD71A6; }

 p { color: rgb(189,113,166); }

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

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

 a { background-color: rgb(189,113,166); }

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

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

 span { border-color: rgb(189,113,166); }

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