Shades of Deep Magenta #BE18CC
Tints of Deep Magenta #BE18CC
RGB
CMYK
RGB Variations
Color information
#BE18CC (or 0xBE18CC) is known color: Deep Magenta. HEX triplet: BE, 18 and CC. RGB value is (190,24,204). Sum of RGB (Red+Green+Blue) = 190+24+204=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 24 (9.77% from 255 or 5.74% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE18CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE18CC is #41E733. Grayscale: #5D5D5D. Windows color (decimal): -4319028 or 13375678. OLE color: 13375678.
HSL color Cylindrical-coordinate representation of color #BE18CC: hue angle of 295.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE18CC is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 24 | 204 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.2 |
| HSL | 295.33º | 0.79% | 0.45% | - |
| HSV(B) | 295.33º | 0.88% | 0.8% | - |
| XYZ | 32.46 | 15.96 | 58.5 | - |
| YUV | 94.15 | 190 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 24 | 204 | 0.07 | 0.88 | 0 | 0.2 | 295.33 | 0.79 | 0.45 |
| Hex | BE | 18 | CC | 7 | 58 | 0 | 14 | 127 | 4F | 2D |
| Octal | 276 | 30 | 314 | 7 | 130 | 0 | 24 | 447 | 117 | 55 |
| Binary | 10111110 | 11000 | 11001100 | 111 | 1011000 | 0 | 10100 | 100100111 | 1001111 | 101101 |
Color Harmonies of #BE18CC
Complementary color
Monochromatic Colors of #BE18CC
Black with #BE18CC
Text Example
Text Example
White with #BE18CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE18CC; }
p { color: rgb(190,24,204); }
H1.HeaderClassName
{
color: #BE18CC;
}
.AnyTagClassName
{
color: #BE18CC;
}
</style>
background-color css
<style>
a { background-color: #BE18CC; }
a { background-color: rgb(190,24,204); }
div.DivClassName
{
background-color: #BE18CC;
}
.BgClassName
{
background-color: #BE18CC;
}
</style>
border-color css
<style>
span { border-color: #BE18CC; }
span { border-color: rgb(190,24,204); }
td.TdClassName
{
border-color: #BE18CC;
}
.TagClassName
{
border-color: #BE18CC;
}
</style>