Shades of Mulberry #BE45A1
Tints of Mulberry #BE45A1
RGB
CMYK
RGB Variations
Color information
#BE45A1 (or 0xBE45A1) is known color: Mulberry. HEX triplet: BE, 45 and A1. RGB value is (190,69,161). Sum of RGB (Red+Green+Blue) = 190+69+161=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE45A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE45A1 is #41BA5E. Grayscale: #737373. Windows color (decimal): -4307551 or 10569150. OLE color: 10569150.
HSL color Cylindrical-coordinate representation of color #BE45A1: hue angle of 314.38º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE45A1 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 69 | 161 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.25 |
| HSL | 314.38º | 0.48% | 0.51% | - |
| HSV(B) | 314.38º | 0.64% | 0.75% | - |
| XYZ | 29.8 | 17.78 | 35.58 | - |
| YUV | 115.67 | 153.59 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 69 | 161 | 0 | 0.64 | 0.15 | 0.25 | 314.38 | 0.48 | 0.51 |
| Hex | BE | 45 | A1 | 0 | 40 | F | 19 | 13A | 30 | 33 |
| Octal | 276 | 105 | 241 | 0 | 100 | 17 | 31 | 472 | 60 | 63 |
| Binary | 10111110 | 1000101 | 10100001 | 0 | 1000000 | 1111 | 11001 | 100111010 | 110000 | 110011 |
Color Harmonies of #BE45A1
Complementary color
Monochromatic Colors of #BE45A1
Black with #BE45A1
Text Example
Text Example
White with #BE45A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE45A1; }
p { color: rgb(190,69,161); }
H1.HeaderClassName
{
color: #BE45A1;
}
.AnyTagClassName
{
color: #BE45A1;
}
</style>
background-color css
<style>
a { background-color: #BE45A1; }
a { background-color: rgb(190,69,161); }
div.DivClassName
{
background-color: #BE45A1;
}
.BgClassName
{
background-color: #BE45A1;
}
</style>
border-color css
<style>
span { border-color: #BE45A1; }
span { border-color: rgb(190,69,161); }
td.TdClassName
{
border-color: #BE45A1;
}
.TagClassName
{
border-color: #BE45A1;
}
</style>