#BD4E88

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

Shades of Mulberry #BD4E88

Tints of Mulberry #BD4E88

Color information

#BD4E88 (or 0xBD4E88) is unknown color: approx Mulberry. HEX triplet: BD, 4E and 88. RGB value is (189,78,136). Sum of RGB (Red+Green+Blue) = 189+78+136=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4E88 is #42B177. Grayscale: #757575. Windows color (decimal): -4370808 or 8933053. OLE color: 8933053.

HSL color Cylindrical-coordinate representation of color #BD4E88: hue angle of 328.65º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD4E88 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB18978136-
CMYK00.590.280.26
HSL328.65º45.68%52.35%-
HSV(B)328.65º58.73%74.12%-
XYZ28.1518.0525.29-
YUV117.8138.27178.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.90%
GREEN value IS 78 (30.86% from 255) = 19.35%
BLUE value IS 136 (53.52% from 255) = 33.75%
R=46.90%
G=19.35%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897813600.590.280.26328.6545.6852.35
HexBD4E8803B1C1A1492e34
Octal27511621007334325115664
Binary1011110110011101000100001110111110011010101001001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4E88; }

 p { color: rgb(189,78,136); }

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

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

 a { background-color: rgb(189,78,136); }

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

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

 span { border-color: rgb(189,78,136); }

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