#BD588D

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

Shades of Mulberry #BD588D

Tints of Mulberry #BD588D

Color information

#BD588D (or 0xBD588D) is unknown color: approx Mulberry. HEX triplet: BD, 58 and 8D. RGB value is (189,88,141). Sum of RGB (Red+Green+Blue) = 189+88+141=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD588D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD588D is #42A772. Grayscale: #7C7C7C. Windows color (decimal): -4368243 or 9263293. OLE color: 9263293.

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

Color convert

RGB18988141-
CMYK00.530.250.26
HSL328.51º43.35%54.31%-
HSV(B)328.51º53.44%74.12%-
XYZ29.2819.7227.46-
YUV124.24137.46174.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.22%
GREEN value IS 88 (34.77% from 255) = 21.05%
BLUE value IS 141 (55.47% from 255) = 33.73%
R=45.22%
G=21.05%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898814100.530.250.26328.5143.3554.31
HexBD588D035191A1492b36
Octal27513021506531325115366
Binary1011110110110001000110101101011100111010101001001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD588D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD588D; }

 p { color: rgb(189,88,141); }

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

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

 a { background-color: rgb(189,88,141); }

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

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

 span { border-color: rgb(189,88,141); }

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