Shades of Deep Magenta #BE07BB
Tints of Deep Magenta #BE07BB
RGB
CMYK
RGB Variations
Color information
#BE07BB (or 0xBE07BB) is known color: Deep Magenta. HEX triplet: BE, 07 and BB. RGB value is (190,7,187). Sum of RGB (Red+Green+Blue) = 190+7+187=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 7 (3.12% from 255 or 1.82% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE07BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE07BB is #41F844. Grayscale: #515151. Windows color (decimal): -4323397 or 12257214. OLE color: 12257214.
HSL color Cylindrical-coordinate representation of color #BE07BB: hue angle of 300.98º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE07BB is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 7 | 187 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.25 |
| HSL | 300.98º | 0.93% | 0.39% | - |
| HSV(B) | 300.98º | 0.96% | 0.75% | - |
| XYZ | 30.28 | 14.69 | 48.25 | - |
| YUV | 82.24 | 187.13 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 7 | 187 | 0 | 0.96 | 0.02 | 0.25 | 300.98 | 0.93 | 0.39 |
| Hex | BE | 7 | BB | 0 | 60 | 2 | 19 | 12D | 5D | 27 |
| Octal | 276 | 7 | 273 | 0 | 140 | 2 | 31 | 455 | 135 | 47 |
| Binary | 10111110 | 111 | 10111011 | 0 | 1100000 | 10 | 11001 | 100101101 | 1011101 | 100111 |
Color Harmonies of #BE07BB
Complementary color
Monochromatic Colors of #BE07BB
Black with #BE07BB
Text Example
Text Example
White with #BE07BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE07BB; }
p { color: rgb(190,7,187); }
H1.HeaderClassName
{
color: #BE07BB;
}
.AnyTagClassName
{
color: #BE07BB;
}
</style>
background-color css
<style>
a { background-color: #BE07BB; }
a { background-color: rgb(190,7,187); }
div.DivClassName
{
background-color: #BE07BB;
}
.BgClassName
{
background-color: #BE07BB;
}
</style>
border-color css
<style>
span { border-color: #BE07BB; }
span { border-color: rgb(190,7,187); }
td.TdClassName
{
border-color: #BE07BB;
}
.TagClassName
{
border-color: #BE07BB;
}
</style>