#BD4888

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

Shades of Mulberry #BD4888

Tints of Mulberry #BD4888

Color information

#BD4888 (or 0xBD4888) is unknown color: approx Mulberry. HEX triplet: BD, 48 and 88. RGB value is (189,72,136). Sum of RGB (Red+Green+Blue) = 189+72+136=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4888 is #42B777. Grayscale: #727272. Windows color (decimal): -4372344 or 8931517. OLE color: 8931517.

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

Color convert

RGB18972136-
CMYK00.620.280.26
HSL327.18º46.99%51.18%-
HSV(B)327.18º61.9%74.12%-
XYZ27.7517.2325.16-
YUV114.28140.26181.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.61%
GREEN value IS 72 (28.52% from 255) = 18.14%
BLUE value IS 136 (53.52% from 255) = 34.26%
R=47.61%
G=18.14%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897213600.620.280.26327.1846.9951.18
HexBD488803E1C1A1472f33
Octal27511021007634325075763
Binary1011110110010001000100001111101110011010101000111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4888; }

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

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

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

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

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

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

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

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