#BD48A2

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

Shades of Mulberry #BD48A2

Tints of Mulberry #BD48A2

Color information

#BD48A2 (or 0xBD48A2) is unknown color: approx Mulberry. HEX triplet: BD, 48 and A2. RGB value is (189,72,162). Sum of RGB (Red+Green+Blue) = 189+72+162=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD48A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD48A2 is #42B75D. Grayscale: #757575. Windows color (decimal): -4372318 or 10635453. OLE color: 10635453.

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

Color convert

RGB18972162-
CMYK00.620.140.26
HSL313.85º46.99%51.18%-
HSV(B)313.85º61.9%74.12%-
XYZ29.8318.0636.1-
YUV117.24153.26179.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.68%
GREEN value IS 72 (28.52% from 255) = 17.02%
BLUE value IS 162 (63.67% from 255) = 38.30%
R=44.68%
G=17.02%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897216200.620.140.26313.8546.9951.18
HexBD48A203EE1A13a2f33
Octal27511024207616324725763
Binary101111011001000101000100111110111011010100111010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD48A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD48A2; }

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

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

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

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

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

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

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

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