Shades of Deep Magenta #B300CC
Tints of Deep Magenta #B300CC
RGB
CMYK
RGB Variations
Color information
#B300CC (or 0xB300CC) is known color: Deep Magenta. HEX triplet: B3, 00 and CC. RGB value is (179,0,204). Sum of RGB (Red+Green+Blue) = 179+0+204=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #B300CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B300CC is #4CFF33. Grayscale: #4C4C4C. Windows color (decimal): -5046068 or 13369523. OLE color: 13369523.
HSL color Cylindrical-coordinate representation of color #B300CC: hue angle of 292.65º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B300CC is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 0 | 204 | - |
| CMYK | 0.12 | 1 | 0 | 0.2 |
| HSL | 292.65º | 1% | 0.4% | - |
| HSV(B) | 292.65º | 1% | 0.8% | - |
| XYZ | 29.49 | 13.94 | 58.26 | - |
| YUV | 76.78 | 199.8 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 204 | 0.12 | 1 | 0 | 0.2 | 292.65 | 1 | 0.4 |
| Hex | B3 | 0 | CC | C | 64 | 0 | 14 | 125 | 64 | 28 |
| Octal | 263 | 0 | 314 | 14 | 144 | 0 | 24 | 445 | 144 | 50 |
| Binary | 10110011 | 0 | 11001100 | 1100 | 1100100 | 0 | 10100 | 100100101 | 1100100 | 101000 |
Color Harmonies of #B300CC
Complementary color
Monochromatic Colors of #B300CC
Black with #B300CC
Text Example
Text Example
White with #B300CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B300CC; }
p { color: rgb(179,0,204); }
H1.HeaderClassName
{
color: #B300CC;
}
.AnyTagClassName
{
color: #B300CC;
}
</style>
background-color css
<style>
a { background-color: #B300CC; }
a { background-color: rgb(179,0,204); }
div.DivClassName
{
background-color: #B300CC;
}
.BgClassName
{
background-color: #B300CC;
}
</style>
border-color css
<style>
span { border-color: #B300CC; }
span { border-color: rgb(179,0,204); }
td.TdClassName
{
border-color: #B300CC;
}
.TagClassName
{
border-color: #B300CC;
}
</style>