#BD558E

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

Shades of Mulberry #BD558E

Tints of Mulberry #BD558E

Color information

#BD558E (or 0xBD558E) is unknown color: approx Mulberry. HEX triplet: BD, 55 and 8E. RGB value is (189,85,142). Sum of RGB (Red+Green+Blue) = 189+85+142=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD558E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD558E is #42AA71. Grayscale: #7A7A7A. Windows color (decimal): -4369010 or 9328061. OLE color: 9328061.

HSL color Cylindrical-coordinate representation of color #BD558E: hue angle of 327.12º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD558E is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB18985142-
CMYK00.550.250.26
HSL327.12º44.07%53.73%-
HSV(B)327.12º55.03%74.12%-
XYZ29.1219.2727.78-
YUV122.59138.96175.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.43%
GREEN value IS 85 (33.59% from 255) = 20.43%
BLUE value IS 142 (55.86% from 255) = 34.13%
R=45.43%
G=20.43%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898514200.550.250.26327.1244.0753.73
HexBD558E037191A1472c36
Octal27512521606731325075466
Binary1011110110101011000111001101111100111010101000111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD558E; }

 p { color: rgb(189,85,142); }

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

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

 a { background-color: rgb(189,85,142); }

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

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

 span { border-color: rgb(189,85,142); }

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