#BD6EA8

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

Shades of Bouquet #BD6EA8

Tints of Bouquet #BD6EA8

Color information

#BD6EA8 (or 0xBD6EA8) is unknown color: approx Bouquet. HEX triplet: BD, 6E and A8. RGB value is (189,110,168). Sum of RGB (Red+Green+Blue) = 189+110+168=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6EA8 is #429157. Grayscale: #8C8C8C. Windows color (decimal): -4362584 or 11038397. OLE color: 11038397.

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

Color convert

RGB189110168-
CMYK00.420.110.26
HSL315.95º37.44%58.63%-
HSV(B)315.95º41.8%74.12%-
XYZ33.6324.840.06-
YUV140.23143.67162.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.47%
GREEN value IS 110 (43.36% from 255) = 23.55%
BLUE value IS 168 (66.02% from 255) = 35.97%
R=40.47%
G=23.55%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911016800.420.110.26315.9537.4458.63
HexBD6EA802AB1A13c253b
Octal27515625005213324744573
Binary101111011101110101010000101010101111010100111100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6EA8; }

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

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

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

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

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

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

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

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