#BD5485

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

Shades of Mulberry #BD5485

Tints of Mulberry #BD5485

Color information

#BD5485 (or 0xBD5485) is unknown color: approx Mulberry. HEX triplet: BD, 54 and 85. RGB value is (189,84,133). Sum of RGB (Red+Green+Blue) = 189+84+133=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5485 is #42AB7A. Grayscale: #787878. Windows color (decimal): -4369275 or 8737981. OLE color: 8737981.

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

Color convert

RGB18984133-
CMYK00.560.300.26
HSL332º44.3%53.53%-
HSV(B)332º55.56%74.12%-
XYZ28.3918.8524.33-
YUV120.98134.79176.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.55%
GREEN value IS 84 (33.20% from 255) = 20.69%
BLUE value IS 133 (52.34% from 255) = 32.76%
R=46.55%
G=20.69%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898413300.560.300.2633244.353.53
HexBD54850381E1A14c2c36
Octal27512420507036325145466
Binary1011110110101001000010101110001111011010101001100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5485; }

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

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

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

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

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

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

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

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