#BD488A

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

Shades of Mulberry #BD488A

Tints of Mulberry #BD488A

Color information

#BD488A (or 0xBD488A) is unknown color: approx Mulberry. HEX triplet: BD, 48 and 8A. RGB value is (189,72,138). Sum of RGB (Red+Green+Blue) = 189+72+138=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD488A is #42B775. Grayscale: #727272. Windows color (decimal): -4372342 or 9062589. OLE color: 9062589.

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

Color convert

RGB18972138-
CMYK00.620.270.26
HSL326.15º46.99%51.18%-
HSV(B)326.15º61.9%74.12%-
XYZ27.8917.2925.91-
YUV114.51141.26181.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.37%
GREEN value IS 72 (28.52% from 255) = 18.05%
BLUE value IS 138 (54.30% from 255) = 34.59%
R=47.37%
G=18.05%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897213800.620.270.26326.1546.9951.18
HexBD488A03E1B1A1462f33
Octal27511021207633325065763
Binary1011110110010001000101001111101101111010101000110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD488A; }

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

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

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

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

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

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

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

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