#BD51A1

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

Shades of Mulberry #BD51A1

Tints of Mulberry #BD51A1

Color information

#BD51A1 (or 0xBD51A1) is unknown color: approx Mulberry. HEX triplet: BD, 51 and A1. RGB value is (189,81,161). Sum of RGB (Red+Green+Blue) = 189+81+161=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD51A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD51A1 is #42AE5E. Grayscale: #7A7A7A. Windows color (decimal): -4370015 or 10572221. OLE color: 10572221.

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

Color convert

RGB18981161-
CMYK00.570.150.26
HSL315.56º45%52.94%-
HSV(B)315.56º57.14%74.12%-
XYZ30.3619.2835.84-
YUV122.41149.78175.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.85%
GREEN value IS 81 (32.03% from 255) = 18.79%
BLUE value IS 161 (63.28% from 255) = 37.35%
R=43.85%
G=18.79%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898116100.570.150.26315.564552.94
HexBD51A1039F1A13c2d35
Octal27512124107117324745565
Binary101111011010001101000010111001111111010100111100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD51A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD51A1; }

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

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

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

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

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

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

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

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