Shades of Deep Magenta #B301CF
Tints of Deep Magenta #B301CF
RGB
CMYK
RGB Variations
Color information
#B301CF (or 0xB301CF) is known color: Deep Magenta. HEX triplet: B3, 01 and CF. RGB value is (179,1,207). Sum of RGB (Red+Green+Blue) = 179+1+207=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 1 (0.78% from 255 or 0.26% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #B301CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B301CF is #4CFE30. Grayscale: #4D4D4D. Windows color (decimal): -5045809 or 13566387. OLE color: 13566387.
HSL color Cylindrical-coordinate representation of color #B301CF: hue angle of 291.84º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B301CF is Cyan = 0.14, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 1 | 207 | - |
| CMYK | 0.14 | 1.00 | 0 | 0.19 |
| HSL | 291.84º | 0.99% | 0.41% | - |
| HSV(B) | 291.84º | 1% | 0.81% | - |
| XYZ | 29.86 | 14.11 | 60.18 | - |
| YUV | 77.71 | 200.97 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 207 | 0.14 | 1.00 | 0 | 0.19 | 291.84 | 0.99 | 0.41 |
| Hex | B3 | 1 | CF | E | 64 | 0 | 13 | 124 | 63 | 29 |
| Octal | 263 | 1 | 317 | 16 | 144 | 0 | 23 | 444 | 143 | 51 |
| Binary | 10110011 | 1 | 11001111 | 1110 | 1100100 | 0 | 10011 | 100100100 | 1100011 | 101001 |
Color Harmonies of #B301CF
Complementary color
Monochromatic Colors of #B301CF
Black with #B301CF
Text Example
Text Example
White with #B301CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B301CF; }
p { color: rgb(179,1,207); }
H1.HeaderClassName
{
color: #B301CF;
}
.AnyTagClassName
{
color: #B301CF;
}
</style>
background-color css
<style>
a { background-color: #B301CF; }
a { background-color: rgb(179,1,207); }
div.DivClassName
{
background-color: #B301CF;
}
.BgClassName
{
background-color: #B301CF;
}
</style>
border-color css
<style>
span { border-color: #B301CF; }
span { border-color: rgb(179,1,207); }
td.TdClassName
{
border-color: #B301CF;
}
.TagClassName
{
border-color: #B301CF;
}
</style>