#BD6EA3

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

Shades of Bouquet #BD6EA3

Tints of Bouquet #BD6EA3

Color information

#BD6EA3 (or 0xBD6EA3) is unknown color: approx Bouquet. HEX triplet: BD, 6E and A3. RGB value is (189,110,163). Sum of RGB (Red+Green+Blue) = 189+110+163=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 163 (64.06% from 255 or 35.28% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6EA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6EA3 is #42915C. Grayscale: #8B8B8B. Windows color (decimal): -4362589 or 10710717. OLE color: 10710717.

HSL color Cylindrical-coordinate representation of color #BD6EA3: hue angle of 319.75º 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 #BD6EA3 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB189110163-
CMYK00.420.140.26
HSL319.75º37.44%58.63%-
HSV(B)319.75º41.8%74.12%-
XYZ33.1724.6237.65-
YUV139.66141.17163.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.91%
GREEN value IS 110 (43.36% from 255) = 23.81%
BLUE value IS 163 (64.06% from 255) = 35.28%
R=40.91%
G=23.81%
B=35.28%

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
Decimal18911016300.420.140.26319.7537.4458.63
HexBD6EA302AE1A140253b
Octal27515624305216325004573
Binary101111011101110101000110101010111011010101000000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6EA3; }

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

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

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

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

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

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

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

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