#BD498A

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

Shades of Mulberry #BD498A

Tints of Mulberry #BD498A

Color information

#BD498A (or 0xBD498A) is unknown color: approx Mulberry. HEX triplet: BD, 49 and 8A. RGB value is (189,73,138). Sum of RGB (Red+Green+Blue) = 189+73+138=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD498A is #42B675. Grayscale: #727272. Windows color (decimal): -4372086 or 9062845. OLE color: 9062845.

HSL color Cylindrical-coordinate representation of color #BD498A: hue angle of 326.38º 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 #BD498A is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB18973138-
CMYK00.610.270.26
HSL326.38º46.77%51.37%-
HSV(B)326.38º61.38%74.12%-
XYZ27.9617.4225.93-
YUV115.09140.93180.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.25%
GREEN value IS 73 (28.91% from 255) = 18.25%
BLUE value IS 138 (54.30% from 255) = 34.5%
R=47.25%
G=18.25%
B=34.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897313800.610.270.26326.3846.7751.37
HexBD498A03D1B1A1462f33
Octal27511121207533325065763
Binary1011110110010011000101001111011101111010101000110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD498A; }

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

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

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

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

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

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

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

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