#BD558F

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

Shades of Mulberry #BD558F

Tints of Mulberry #BD558F

Color information

#BD558F (or 0xBD558F) is unknown color: approx Mulberry. HEX triplet: BD, 55 and 8F. RGB value is (189,85,143). Sum of RGB (Red+Green+Blue) = 189+85+143=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD558F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD558F is #42AA70. Grayscale: #7A7A7A. Windows color (decimal): -4369009 or 9393597. OLE color: 9393597.

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

Color convert

RGB18985143-
CMYK00.550.240.26
HSL326.54º44.07%53.73%-
HSV(B)326.54º55.03%74.12%-
XYZ29.1919.328.17-
YUV122.71139.46175.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.32%
GREEN value IS 85 (33.59% from 255) = 20.38%
BLUE value IS 143 (56.25% from 255) = 34.29%
R=45.32%
G=20.38%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898514300.550.240.26326.5444.0753.73
HexBD558F037181A1472c36
Octal27512521706730325075466
Binary1011110110101011000111101101111100011010101000111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD558F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD558F; }

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

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

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

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

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

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

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

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