#BD549E

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

Shades of Mulberry #BD549E

Tints of Mulberry #BD549E

Color information

#BD549E (or 0xBD549E) is unknown color: approx Mulberry. HEX triplet: BD, 54 and 9E. RGB value is (189,84,158). Sum of RGB (Red+Green+Blue) = 189+84+158=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD549E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD549E is #42AB61. Grayscale: #7B7B7B. Windows color (decimal): -4369250 or 10376381. OLE color: 10376381.

HSL color Cylindrical-coordinate representation of color #BD549E: hue angle of 317.71º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD549E is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB18984158-
CMYK00.560.160.26
HSL317.71º44.3%53.53%-
HSV(B)317.71º55.56%74.12%-
XYZ30.3319.6334.54-
YUV123.83147.29174.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.85%
GREEN value IS 84 (33.20% from 255) = 19.49%
BLUE value IS 158 (62.11% from 255) = 36.66%
R=43.85%
G=19.49%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898415800.560.160.26317.7144.353.53
HexBD549E038101A13e2c36
Octal27512423607020324765466
Binary1011110110101001001111001110001000011010100111110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD549E; }

 p { color: rgb(189,84,158); }

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

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

 a { background-color: rgb(189,84,158); }

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

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

 span { border-color: rgb(189,84,158); }

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