#BD4C99

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

Shades of Mulberry #BD4C99

Tints of Mulberry #BD4C99

Color information

#BD4C99 (or 0xBD4C99) is unknown color: approx Mulberry. HEX triplet: BD, 4C and 99. RGB value is (189,76,153). Sum of RGB (Red+Green+Blue) = 189+76+153=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4C99 is #42B366. Grayscale: #767676. Windows color (decimal): -4371303 or 10046653. OLE color: 10046653.

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

Color convert

RGB18976153-
CMYK00.600.190.26
HSL319.12º46.12%51.96%-
HSV(B)319.12º59.79%74.12%-
XYZ29.3218.2932.12-
YUV118.56147.44178.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.22%
GREEN value IS 76 (30.08% from 255) = 18.18%
BLUE value IS 153 (60.16% from 255) = 36.60%
R=45.22%
G=18.18%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897615300.600.190.26319.1246.1251.96
HexBD4C9903C131A13f2e34
Octal27511423107423324775664
Binary1011110110011001001100101111001001111010100111111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4C99; }

 p { color: rgb(189,76,153); }

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

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

 a { background-color: rgb(189,76,153); }

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

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

 span { border-color: rgb(189,76,153); }

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