#BD7DA7

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

Shades of Bouquet #BD7DA7

Tints of Bouquet #BD7DA7

Color information

#BD7DA7 (or 0xBD7DA7) is unknown color: approx Bouquet. HEX triplet: BD, 7D and A7. RGB value is (189,125,167). Sum of RGB (Red+Green+Blue) = 189+125+167=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 167 (65.62% from 255 or 34.72% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7DA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7DA7 is #428258. Grayscale: #949494. Windows color (decimal): -4358745 or 10976701. OLE color: 10976701.

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

Color convert

RGB189125167-
CMYK00.340.120.26
HSL320.62º32.65%61.57%-
HSV(B)320.62º33.86%74.12%-
XYZ35.2928.2840.16-
YUV148.92138.2156.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.29%
GREEN value IS 125 (49.22% from 255) = 25.99%
BLUE value IS 167 (65.62% from 255) = 34.72%
R=39.29%
G=25.99%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912516700.340.120.26320.6232.6561.57
HexBD7DA7022C1A141213e
Octal27517524704214325014176
Binary101111011111101101001110100010110011010101000001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7DA7; }

 p { color: rgb(189,125,167); }

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

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

 a { background-color: rgb(189,125,167); }

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

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

 span { border-color: rgb(189,125,167); }

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