#BD5183

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

Shades of Mulberry #BD5183

Tints of Mulberry #BD5183

Color information

#BD5183 (or 0xBD5183) is unknown color: approx Mulberry. HEX triplet: BD, 51 and 83. RGB value is (189,81,131). Sum of RGB (Red+Green+Blue) = 189+81+131=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5183 is #42AE7C. Grayscale: #767676. Windows color (decimal): -4370045 or 8606141. OLE color: 8606141.

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

Color convert

RGB18981131-
CMYK00.570.310.26
HSL332.22º45%52.94%-
HSV(B)332.22º57.14%74.12%-
XYZ28.0318.3423.54-
YUV118.99134.78177.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.13%
GREEN value IS 81 (32.03% from 255) = 20.20%
BLUE value IS 131 (51.56% from 255) = 32.67%
R=47.13%
G=20.20%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898113100.570.310.26332.224552.94
HexBD51830391F1A14c2d35
Octal27512120307137325145565
Binary1011110110100011000001101110011111111010101001100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5183; }

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

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

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

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

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

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

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

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