Shades of Deep Magenta #BE09CB
Tints of Deep Magenta #BE09CB
RGB
CMYK
RGB Variations
Color information
#BE09CB (or 0xBE09CB) is known color: Deep Magenta. HEX triplet: BE, 09 and CB. RGB value is (190,9,203). Sum of RGB (Red+Green+Blue) = 190+9+203=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 9 (3.91% from 255 or 2.24% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE09CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE09CB is #41F634. Grayscale: #545454. Windows color (decimal): -4322869 or 13306302. OLE color: 13306302.
HSL color Cylindrical-coordinate representation of color #BE09CB: hue angle of 295.98º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE09CB is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 9 | 203 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.20 |
| HSL | 295.98º | 0.92% | 0.42% | - |
| HSV(B) | 295.98º | 0.96% | 0.8% | - |
| XYZ | 32.11 | 15.45 | 57.79 | - |
| YUV | 85.24 | 194.47 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 9 | 203 | 0.06 | 0.96 | 0 | 0.20 | 295.98 | 0.92 | 0.42 |
| Hex | BE | 9 | CB | 6 | 60 | 0 | 14 | 128 | 5C | 2A |
| Octal | 276 | 11 | 313 | 6 | 140 | 0 | 24 | 450 | 134 | 52 |
| Binary | 10111110 | 1001 | 11001011 | 110 | 1100000 | 0 | 10100 | 100101000 | 1011100 | 101010 |
Color Harmonies of #BE09CB
Complementary color
Monochromatic Colors of #BE09CB
Black with #BE09CB
Text Example
Text Example
White with #BE09CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE09CB; }
p { color: rgb(190,9,203); }
H1.HeaderClassName
{
color: #BE09CB;
}
.AnyTagClassName
{
color: #BE09CB;
}
</style>
background-color css
<style>
a { background-color: #BE09CB; }
a { background-color: rgb(190,9,203); }
div.DivClassName
{
background-color: #BE09CB;
}
.BgClassName
{
background-color: #BE09CB;
}
</style>
border-color css
<style>
span { border-color: #BE09CB; }
span { border-color: rgb(190,9,203); }
td.TdClassName
{
border-color: #BE09CB;
}
.TagClassName
{
border-color: #BE09CB;
}
</style>