#BD457F

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

Shades of Mulberry #BD457F

Tints of Mulberry #BD457F

Color information

#BD457F (or 0xBD457F) is unknown color: approx Mulberry. HEX triplet: BD, 45 and 7F. RGB value is (189,69,127). Sum of RGB (Red+Green+Blue) = 189+69+127=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD457F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD457F is #42BA80. Grayscale: #6F6F6F. Windows color (decimal): -4373121 or 8340925. OLE color: 8340925.

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

Color convert

RGB18969127-
CMYK00.630.330.26
HSL331º47.62%50.59%-
HSV(B)331º63.49%74.12%-
XYZ26.9516.6121.86-
YUV111.49136.76183.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.09%
GREEN value IS 69 (27.34% from 255) = 17.92%
BLUE value IS 127 (50% from 255) = 32.99%
R=49.09%
G=17.92%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896912700.630.330.2633147.6250.59
HexBD457F03F211A14b3033
Octal27510517707741325136063
Binary1011110110001011111111011111110000111010101001011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD457F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD457F; }

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

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

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

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

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

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

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

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