Shades of Deep Magenta #B300CF
Tints of Deep Magenta #B300CF
RGB
CMYK
RGB Variations
Color information
#B300CF (or 0xB300CF) is known color: Deep Magenta. HEX triplet: B3, 00 and CF. RGB value is (179,0,207). Sum of RGB (Red+Green+Blue) = 179+0+207=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #B300CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B300CF is #4CFF30. Grayscale: #4C4C4C. Windows color (decimal): -5046065 or 13566131. OLE color: 13566131.
HSL color Cylindrical-coordinate representation of color #B300CF: hue angle of 291.88º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B300CF is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 0 | 207 | - |
| CMYK | 0.14 | 1 | 0 | 0.19 |
| HSL | 291.88º | 1% | 0.41% | - |
| HSV(B) | 291.88º | 1% | 0.81% | - |
| XYZ | 29.85 | 14.09 | 60.18 | - |
| YUV | 77.12 | 201.3 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 207 | 0.14 | 1 | 0 | 0.19 | 291.88 | 1 | 0.41 |
| Hex | B3 | 0 | CF | E | 64 | 0 | 13 | 124 | 64 | 29 |
| Octal | 263 | 0 | 317 | 16 | 144 | 0 | 23 | 444 | 144 | 51 |
| Binary | 10110011 | 0 | 11001111 | 1110 | 1100100 | 0 | 10011 | 100100100 | 1100100 | 101001 |
Color Harmonies of #B300CF
Complementary color
Monochromatic Colors of #B300CF
Black with #B300CF
Text Example
Text Example
White with #B300CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B300CF; }
p { color: rgb(179,0,207); }
H1.HeaderClassName
{
color: #B300CF;
}
.AnyTagClassName
{
color: #B300CF;
}
</style>
background-color css
<style>
a { background-color: #B300CF; }
a { background-color: rgb(179,0,207); }
div.DivClassName
{
background-color: #B300CF;
}
.BgClassName
{
background-color: #B300CF;
}
</style>
border-color css
<style>
span { border-color: #B300CF; }
span { border-color: rgb(179,0,207); }
td.TdClassName
{
border-color: #B300CF;
}
.TagClassName
{
border-color: #B300CF;
}
</style>