#BD5184

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

Shades of Mulberry #BD5184

Tints of Mulberry #BD5184

Color information

#BD5184 (or 0xBD5184) is unknown color: approx Mulberry. HEX triplet: BD, 51 and 84. RGB value is (189,81,132). Sum of RGB (Red+Green+Blue) = 189+81+132=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5184 is #42AE7B. Grayscale: #777777. Windows color (decimal): -4370044 or 8671677. OLE color: 8671677.

HSL color Cylindrical-coordinate representation of color #BD5184: hue angle of 331.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD5184 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB18981132-
CMYK00.570.300.26
HSL331.67º45%52.94%-
HSV(B)331.67º57.14%74.12%-
XYZ28.0918.3723.89-
YUV119.11135.28177.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.01%
GREEN value IS 81 (32.03% from 255) = 20.15%
BLUE value IS 132 (51.95% from 255) = 32.84%
R=47.01%
G=20.15%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898113200.570.300.26331.674552.94
HexBD51840391E1A14c2d35
Octal27512120407136325145565
Binary1011110110100011000010001110011111011010101001100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5184; }

 p { color: rgb(189,81,132); }

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

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

 a { background-color: rgb(189,81,132); }

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

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

 span { border-color: rgb(189,81,132); }

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