Shades of Deep Magenta #B301C4
Tints of Deep Magenta #B301C4
RGB
CMYK
RGB Variations
Color information
#B301C4 (or 0xB301C4) is known color: Deep Magenta. HEX triplet: B3, 01 and C4. RGB value is (179,1,196). Sum of RGB (Red+Green+Blue) = 179+1+196=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 1 (0.78% from 255 or 0.27% from 376); Blue value is 196 (76.95% from 255 or 52.13% from 376); Max value from RGB is 196 - color contains mainly: blue. Hex color #B301C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B301C4 is #4CFE3B. Grayscale: #4B4B4B. Windows color (decimal): -5045820 or 12845491. OLE color: 12845491.
HSL color Cylindrical-coordinate representation of color #B301C4: hue angle of 294.77º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B301C4 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 1 | 196 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.23 |
| HSL | 294.77º | 0.99% | 0.39% | - |
| HSV(B) | 294.77º | 0.99% | 0.77% | - |
| XYZ | 28.57 | 13.59 | 53.34 | - |
| YUV | 76.45 | 195.47 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 196 | 0.09 | 0.99 | 0 | 0.23 | 294.77 | 0.99 | 0.39 |
| Hex | B3 | 1 | C4 | 9 | 63 | 0 | 17 | 127 | 63 | 27 |
| Octal | 263 | 1 | 304 | 11 | 143 | 0 | 27 | 447 | 143 | 47 |
| Binary | 10110011 | 1 | 11000100 | 1001 | 1100011 | 0 | 10111 | 100100111 | 1100011 | 100111 |
Color Harmonies of #B301C4
Complementary color
Monochromatic Colors of #B301C4
Black with #B301C4
Text Example
Text Example
White with #B301C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B301C4; }
p { color: rgb(179,1,196); }
H1.HeaderClassName
{
color: #B301C4;
}
.AnyTagClassName
{
color: #B301C4;
}
</style>
background-color css
<style>
a { background-color: #B301C4; }
a { background-color: rgb(179,1,196); }
div.DivClassName
{
background-color: #B301C4;
}
.BgClassName
{
background-color: #B301C4;
}
</style>
border-color css
<style>
span { border-color: #B301C4; }
span { border-color: rgb(179,1,196); }
td.TdClassName
{
border-color: #B301C4;
}
.TagClassName
{
border-color: #B301C4;
}
</style>