#BD6EA2

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

Shades of Bouquet #BD6EA2

Tints of Bouquet #BD6EA2

Color information

#BD6EA2 (or 0xBD6EA2) is unknown color: approx Bouquet. HEX triplet: BD, 6E and A2. RGB value is (189,110,162). Sum of RGB (Red+Green+Blue) = 189+110+162=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 162 (63.67% from 255 or 35.14% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6EA2 is #42915D. Grayscale: #8B8B8B. Windows color (decimal): -4362590 or 10645181. OLE color: 10645181.

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

Color convert

RGB189110162-
CMYK00.420.140.26
HSL320.51º37.44%58.63%-
HSV(B)320.51º41.8%74.12%-
XYZ33.0824.5837.18-
YUV139.55140.67163.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.00%
GREEN value IS 110 (43.36% from 255) = 23.86%
BLUE value IS 162 (63.67% from 255) = 35.14%
R=41.00%
G=23.86%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911016200.420.140.26320.5137.4458.63
HexBD6EA202AE1A141253b
Octal27515624205216325014573
Binary101111011101110101000100101010111011010101000001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6EA2; }

 p { color: rgb(189,110,162); }

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

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

 a { background-color: rgb(189,110,162); }

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

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

 span { border-color: rgb(189,110,162); }

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