#BD6EA4

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

Shades of Bouquet #BD6EA4

Tints of Bouquet #BD6EA4

Color information

#BD6EA4 (or 0xBD6EA4) is unknown color: approx Bouquet. HEX triplet: BD, 6E and A4. RGB value is (189,110,164). Sum of RGB (Red+Green+Blue) = 189+110+164=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 110 (43.36% from 255 or 23.76% from 463); Blue value is 164 (64.45% from 255 or 35.42% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6EA4 is #42915B. Grayscale: #8B8B8B. Windows color (decimal): -4362588 or 10776253. OLE color: 10776253.

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

Color convert

RGB189110164-
CMYK00.420.130.26
HSL318.99º37.44%58.63%-
HSV(B)318.99º41.8%74.12%-
XYZ33.2624.6538.13-
YUV139.78141.67163.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.82%
GREEN value IS 110 (43.36% from 255) = 23.76%
BLUE value IS 164 (64.45% from 255) = 35.42%
R=40.82%
G=23.76%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911016400.420.130.26318.9937.4458.63
HexBD6EA402AD1A13f253b
Octal27515624405215324774573
Binary101111011101110101001000101010110111010100111111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6EA4; }

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

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

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

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

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

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

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

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