#BD4F88

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

Shades of Mulberry #BD4F88

Tints of Mulberry #BD4F88

Color information

#BD4F88 (or 0xBD4F88) is unknown color: approx Mulberry. HEX triplet: BD, 4F and 88. RGB value is (189,79,136). Sum of RGB (Red+Green+Blue) = 189+79+136=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 79 (31.25% from 255 or 19.55% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4F88 is #42B077. Grayscale: #767676. Windows color (decimal): -4370552 or 8933309. OLE color: 8933309.

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

Color convert

RGB18979136-
CMYK00.580.280.26
HSL328.91º45.45%52.55%-
HSV(B)328.91º58.2%74.12%-
XYZ28.2318.1925.32-
YUV118.39137.94178.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.78%
GREEN value IS 79 (31.25% from 255) = 19.55%
BLUE value IS 136 (53.52% from 255) = 33.66%
R=46.78%
G=19.55%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897913600.580.280.26328.9145.4552.55
HexBD4F8803A1C1A1492d35
Octal27511721007234325115565
Binary1011110110011111000100001110101110011010101001001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4F88; }

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

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

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

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

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

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

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

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