Shades of Deep Magenta #BE27BB
Tints of Deep Magenta #BE27BB
RGB
CMYK
RGB Variations
Color information
#BE27BB (or 0xBE27BB) is known color: Deep Magenta. HEX triplet: BE, 27 and BB. RGB value is (190,39,187). Sum of RGB (Red+Green+Blue) = 190+39+187=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 39 (15.62% from 255 or 9.38% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE27BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE27BB is #41D844. Grayscale: #646464. Windows color (decimal): -4315205 or 12265406. OLE color: 12265406.
HSL color Cylindrical-coordinate representation of color #BE27BB: hue angle of 301.19º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE27BB is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 39 | 187 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.25 |
| HSL | 301.19º | 0.66% | 0.45% | - |
| HSV(B) | 301.19º | 0.79% | 0.75% | - |
| XYZ | 30.93 | 15.99 | 48.47 | - |
| YUV | 101.02 | 176.53 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 39 | 187 | 0 | 0.79 | 0.02 | 0.25 | 301.19 | 0.66 | 0.45 |
| Hex | BE | 27 | BB | 0 | 4F | 2 | 19 | 12D | 42 | 2D |
| Octal | 276 | 47 | 273 | 0 | 117 | 2 | 31 | 455 | 102 | 55 |
| Binary | 10111110 | 100111 | 10111011 | 0 | 1001111 | 10 | 11001 | 100101101 | 1000010 | 101101 |
Color Harmonies of #BE27BB
Complementary color
Monochromatic Colors of #BE27BB
Black with #BE27BB
Text Example
Text Example
White with #BE27BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE27BB; }
p { color: rgb(190,39,187); }
H1.HeaderClassName
{
color: #BE27BB;
}
.AnyTagClassName
{
color: #BE27BB;
}
</style>
background-color css
<style>
a { background-color: #BE27BB; }
a { background-color: rgb(190,39,187); }
div.DivClassName
{
background-color: #BE27BB;
}
.BgClassName
{
background-color: #BE27BB;
}
</style>
border-color css
<style>
span { border-color: #BE27BB; }
span { border-color: rgb(190,39,187); }
td.TdClassName
{
border-color: #BE27BB;
}
.TagClassName
{
border-color: #BE27BB;
}
</style>