#BD51A2

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

Shades of Mulberry #BD51A2

Tints of Mulberry #BD51A2

Color information

#BD51A2 (or 0xBD51A2) is unknown color: approx Mulberry. HEX triplet: BD, 51 and A2. RGB value is (189,81,162). Sum of RGB (Red+Green+Blue) = 189+81+162=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 162 (63.67% from 255 or 37.5% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD51A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD51A2 is #42AE5D. Grayscale: #7A7A7A. Windows color (decimal): -4370014 or 10637757. OLE color: 10637757.

HSL color Cylindrical-coordinate representation of color #BD51A2: hue angle of 315º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD51A2 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB18981162-
CMYK00.570.140.26
HSL315º45%52.94%-
HSV(B)315º57.14%74.12%-
XYZ30.4519.3136.31-
YUV122.53150.28175.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.75%
GREEN value IS 81 (32.03% from 255) = 18.75%
BLUE value IS 162 (63.67% from 255) = 37.5%
R=43.75%
G=18.75%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898116200.570.140.263154552.94
HexBD51A2039E1A13b2d35
Octal27512124207116324735565
Binary101111011010001101000100111001111011010100111011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD51A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD51A2; }

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

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

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

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

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

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

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

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