#BD498D

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

Shades of Mulberry #BD498D

Tints of Mulberry #BD498D

Color information

#BD498D (or 0xBD498D) is unknown color: approx Mulberry. HEX triplet: BD, 49 and 8D. RGB value is (189,73,141). Sum of RGB (Red+Green+Blue) = 189+73+141=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD498D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD498D is #42B672. Grayscale: #737373. Windows color (decimal): -4372083 or 9259453. OLE color: 9259453.

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

Color convert

RGB18973141-
CMYK00.610.250.26
HSL324.83º46.77%51.37%-
HSV(B)324.83º61.38%74.12%-
XYZ28.1817.5127.09-
YUV115.44142.43180.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.90%
GREEN value IS 73 (28.91% from 255) = 18.11%
BLUE value IS 141 (55.47% from 255) = 34.99%
R=46.90%
G=18.11%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897314100.610.250.26324.8346.7751.37
HexBD498D03D191A1452f33
Octal27511121507531325055763
Binary1011110110010011000110101111011100111010101000101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD498D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD498D; }

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

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

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

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

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

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

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

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