#BD6FA2

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

Shades of Bouquet #BD6FA2

Tints of Bouquet #BD6FA2

Color information

#BD6FA2 (or 0xBD6FA2) is unknown color: approx Bouquet. HEX triplet: BD, 6F and A2. RGB value is (189,111,162). Sum of RGB (Red+Green+Blue) = 189+111+162=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6FA2 is #42905D. Grayscale: #8C8C8C. Windows color (decimal): -4362334 or 10645437. OLE color: 10645437.

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

Color convert

RGB189111162-
CMYK00.410.140.26
HSL320.77º37.14%58.82%-
HSV(B)320.77º41.27%74.12%-
XYZ33.1924.837.22-
YUV140.14140.34162.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.91%
GREEN value IS 111 (43.75% from 255) = 24.03%
BLUE value IS 162 (63.67% from 255) = 35.06%
R=40.91%
G=24.03%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911116200.410.140.26320.7737.1458.82
HexBD6FA2029E1A141253b
Octal27515724205116325014573
Binary101111011101111101000100101001111011010101000001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6FA2; }

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

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

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

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

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

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

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

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