Shades of Deep Magenta #B300D3
Tints of Deep Magenta #B300D3
RGB
CMYK
RGB Variations
Color information
#B300D3 (or 0xB300D3) is known color: Deep Magenta. HEX triplet: B3, 00 and D3. RGB value is (179,0,211). Sum of RGB (Red+Green+Blue) = 179+0+211=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 211 (82.81% from 255 or 54.10% from 390); Max value from RGB is 211 - color contains mainly: blue. Hex color #B300D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B300D3 is #4CFF2C. Grayscale: #4C4C4C. Windows color (decimal): -5046061 or 13828275. OLE color: 13828275.
HSL color Cylindrical-coordinate representation of color #B300D3: hue angle of 290.9º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B300D3 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 0 | 211 | - |
| CMYK | 0.15 | 1 | 0 | 0.17 |
| HSL | 290.9º | 1% | 0.41% | - |
| HSV(B) | 290.9º | 1% | 0.83% | - |
| XYZ | 30.35 | 14.29 | 62.79 | - |
| YUV | 77.58 | 203.3 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 211 | 0.15 | 1 | 0 | 0.17 | 290.9 | 1 | 0.41 |
| Hex | B3 | 0 | D3 | F | 64 | 0 | 11 | 123 | 64 | 29 |
| Octal | 263 | 0 | 323 | 17 | 144 | 0 | 21 | 443 | 144 | 51 |
| Binary | 10110011 | 0 | 11010011 | 1111 | 1100100 | 0 | 10001 | 100100011 | 1100100 | 101001 |
Color Harmonies of #B300D3
Complementary color
Monochromatic Colors of #B300D3
Black with #B300D3
Text Example
Text Example
White with #B300D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B300D3; }
p { color: rgb(179,0,211); }
H1.HeaderClassName
{
color: #B300D3;
}
.AnyTagClassName
{
color: #B300D3;
}
</style>
background-color css
<style>
a { background-color: #B300D3; }
a { background-color: rgb(179,0,211); }
div.DivClassName
{
background-color: #B300D3;
}
.BgClassName
{
background-color: #B300D3;
}
</style>
border-color css
<style>
span { border-color: #B300D3; }
span { border-color: rgb(179,0,211); }
td.TdClassName
{
border-color: #B300D3;
}
.TagClassName
{
border-color: #B300D3;
}
</style>