#BD4583

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

Shades of Mulberry #BD4583

Tints of Mulberry #BD4583

Color information

#BD4583 (or 0xBD4583) is unknown color: approx Mulberry. HEX triplet: BD, 45 and 83. RGB value is (189,69,131). Sum of RGB (Red+Green+Blue) = 189+69+131=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4583 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4583 is #42BA7C. Grayscale: #6F6F6F. Windows color (decimal): -4373117 or 8603069. OLE color: 8603069.

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

Color convert

RGB18969131-
CMYK00.630.310.26
HSL329º47.62%50.59%-
HSV(B)329º63.49%74.12%-
XYZ27.2116.7123.26-
YUV111.95138.76182.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.59%
GREEN value IS 69 (27.34% from 255) = 17.74%
BLUE value IS 131 (51.56% from 255) = 33.68%
R=48.59%
G=17.74%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896913100.630.310.2632947.6250.59
HexBD458303F1F1A1493033
Octal27510520307737325116063
Binary1011110110001011000001101111111111111010101001001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4583; }

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

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

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

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

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

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

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

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