#BD4981

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

Shades of Mulberry #BD4981

Tints of Mulberry #BD4981

Color information

#BD4981 (or 0xBD4981) is unknown color: approx Mulberry. HEX triplet: BD, 49 and 81. RGB value is (189,73,129). Sum of RGB (Red+Green+Blue) = 189+73+129=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4981 is #42B67E. Grayscale: #717171. Windows color (decimal): -4372095 or 8473021. OLE color: 8473021.

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

Color convert

RGB18973129-
CMYK00.610.320.26
HSL331.03º46.77%51.37%-
HSV(B)331.03º61.38%74.12%-
XYZ27.3317.1722.64-
YUV114.07136.43181.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.34%
GREEN value IS 73 (28.91% from 255) = 18.67%
BLUE value IS 129 (50.78% from 255) = 32.99%
R=48.34%
G=18.67%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897312900.610.320.26331.0346.7751.37
HexBD498103D201A14b2f33
Octal27511120107540325135763
Binary10111101100100110000001011110110000011010101001011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4981; }

 p { color: rgb(189,73,129); }

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

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

 a { background-color: rgb(189,73,129); }

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

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

 span { border-color: rgb(189,73,129); }

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