#BD487F

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

Shades of Mulberry #BD487F

Tints of Mulberry #BD487F

Color information

#BD487F (or 0xBD487F) is unknown color: approx Mulberry. HEX triplet: BD, 48 and 7F. RGB value is (189,72,127). Sum of RGB (Red+Green+Blue) = 189+72+127=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD487F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD487F is #42B780. Grayscale: #717171. Windows color (decimal): -4372353 or 8341693. OLE color: 8341693.

HSL color Cylindrical-coordinate representation of color #BD487F: hue angle of 331.79º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD487F is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB18972127-
CMYK00.620.330.26
HSL331.79º46.99%51.18%-
HSV(B)331.79º61.9%74.12%-
XYZ27.1316.9921.93-
YUV113.25135.76182.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.71%
GREEN value IS 72 (28.52% from 255) = 18.56%
BLUE value IS 127 (50% from 255) = 32.73%
R=48.71%
G=18.56%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897212700.620.330.26331.7946.9951.18
HexBD487F03E211A14c2f33
Octal27511017707641325145763
Binary1011110110010001111111011111010000111010101001100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD487F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD487F; }

 p { color: rgb(189,72,127); }

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

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

 a { background-color: rgb(189,72,127); }

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

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

 span { border-color: rgb(189,72,127); }

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