Shades of Deep Magenta #B300D7
Tints of Deep Magenta #B300D7
RGB
CMYK
RGB Variations
Color information
#B300D7 (or 0xB300D7) is known color: Deep Magenta. HEX triplet: B3, 00 and D7. RGB value is (179,0,215). Sum of RGB (Red+Green+Blue) = 179+0+215=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 215 (84.38% from 255 or 54.57% from 394); Max value from RGB is 215 - color contains mainly: blue. Hex color #B300D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B300D7 is #4CFF28. Grayscale: #4D4D4D. Windows color (decimal): -5046057 or 14090419. OLE color: 14090419.
HSL color Cylindrical-coordinate representation of color #B300D7: hue angle of 289.95º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B300D7 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 0 | 215 | - |
| CMYK | 0.17 | 1 | 0 | 0.16 |
| HSL | 289.95º | 1% | 0.42% | - |
| HSV(B) | 289.95º | 1% | 0.84% | - |
| XYZ | 30.86 | 14.49 | 65.46 | - |
| YUV | 78.03 | 205.3 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 215 | 0.17 | 1 | 0 | 0.16 | 289.95 | 1 | 0.42 |
| Hex | B3 | 0 | D7 | 11 | 64 | 0 | 10 | 122 | 64 | 2A |
| Octal | 263 | 0 | 327 | 21 | 144 | 0 | 20 | 442 | 144 | 52 |
| Binary | 10110011 | 0 | 11010111 | 10001 | 1100100 | 0 | 10000 | 100100010 | 1100100 | 101010 |
Color Harmonies of #B300D7
Complementary color
Monochromatic Colors of #B300D7
Black with #B300D7
Text Example
Text Example
White with #B300D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B300D7; }
p { color: rgb(179,0,215); }
H1.HeaderClassName
{
color: #B300D7;
}
.AnyTagClassName
{
color: #B300D7;
}
</style>
background-color css
<style>
a { background-color: #B300D7; }
a { background-color: rgb(179,0,215); }
div.DivClassName
{
background-color: #B300D7;
}
.BgClassName
{
background-color: #B300D7;
}
</style>
border-color css
<style>
span { border-color: #B300D7; }
span { border-color: rgb(179,0,215); }
td.TdClassName
{
border-color: #B300D7;
}
.TagClassName
{
border-color: #B300D7;
}
</style>