Shades of Deep Magenta #B803CF
Tints of Deep Magenta #B803CF
RGB
CMYK
RGB Variations
Color information
#B803CF (or 0xB803CF) is known color: Deep Magenta. HEX triplet: B8, 03 and CF. RGB value is (184,3,207). Sum of RGB (Red+Green+Blue) = 184+3+207=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 3 (1.56% from 255 or 0.76% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #B803CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B803CF is #47FC30. Grayscale: #4F4F4F. Windows color (decimal): -4717617 or 13566904. OLE color: 13566904.
HSL color Cylindrical-coordinate representation of color #B803CF: hue angle of 293.24º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B803CF is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 3 | 207 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.19 |
| HSL | 293.24º | 0.97% | 0.41% | - |
| HSV(B) | 293.24º | 0.99% | 0.81% | - |
| XYZ | 31.06 | 14.76 | 60.24 | - |
| YUV | 80.38 | 199.47 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 207 | 0.11 | 0.99 | 0 | 0.19 | 293.24 | 0.97 | 0.41 |
| Hex | B8 | 3 | CF | B | 63 | 0 | 13 | 125 | 61 | 29 |
| Octal | 270 | 3 | 317 | 13 | 143 | 0 | 23 | 445 | 141 | 51 |
| Binary | 10111000 | 11 | 11001111 | 1011 | 1100011 | 0 | 10011 | 100100101 | 1100001 | 101001 |
Color Harmonies of #B803CF
Complementary color
Monochromatic Colors of #B803CF
Black with #B803CF
Text Example
Text Example
White with #B803CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B803CF; }
p { color: rgb(184,3,207); }
H1.HeaderClassName
{
color: #B803CF;
}
.AnyTagClassName
{
color: #B803CF;
}
</style>
background-color css
<style>
a { background-color: #B803CF; }
a { background-color: rgb(184,3,207); }
div.DivClassName
{
background-color: #B803CF;
}
.BgClassName
{
background-color: #B803CF;
}
</style>
border-color css
<style>
span { border-color: #B803CF; }
span { border-color: rgb(184,3,207); }
td.TdClassName
{
border-color: #B803CF;
}
.TagClassName
{
border-color: #B803CF;
}
</style>