Shades of Deep Magenta #B302B9
Tints of Deep Magenta #B302B9
RGB
CMYK
RGB Variations
Color information
#B302B9 (or 0xB302B9) is known color: Deep Magenta. HEX triplet: B3, 02 and B9. RGB value is (179,2,185). Sum of RGB (Red+Green+Blue) = 179+2+185=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 185 (72.66% from 255 or 50.55% from 366); Max value from RGB is 185 - color contains mainly: blue. Hex color #B302B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B302B9 is #4CFD46. Grayscale: #4B4B4B. Windows color (decimal): -5045575 or 12124851. OLE color: 12124851.
HSL color Cylindrical-coordinate representation of color #B302B9: hue angle of 298.03º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B302B9 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 2 | 185 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.27 |
| HSL | 298.03º | 0.98% | 0.37% | - |
| HSV(B) | 298.03º | 0.99% | 0.73% | - |
| XYZ | 27.37 | 13.13 | 46.99 | - |
| YUV | 75.79 | 189.64 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 2 | 185 | 0.03 | 0.99 | 0 | 0.27 | 298.03 | 0.98 | 0.37 |
| Hex | B3 | 2 | B9 | 3 | 63 | 0 | 1B | 12A | 62 | 25 |
| Octal | 263 | 2 | 271 | 3 | 143 | 0 | 33 | 452 | 142 | 45 |
| Binary | 10110011 | 10 | 10111001 | 11 | 1100011 | 0 | 11011 | 100101010 | 1100010 | 100101 |
Color Harmonies of #B302B9
Complementary color
Monochromatic Colors of #B302B9
Black with #B302B9
Text Example
Text Example
White with #B302B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B302B9; }
p { color: rgb(179,2,185); }
H1.HeaderClassName
{
color: #B302B9;
}
.AnyTagClassName
{
color: #B302B9;
}
</style>
background-color css
<style>
a { background-color: #B302B9; }
a { background-color: rgb(179,2,185); }
div.DivClassName
{
background-color: #B302B9;
}
.BgClassName
{
background-color: #B302B9;
}
</style>
border-color css
<style>
span { border-color: #B302B9; }
span { border-color: rgb(179,2,185); }
td.TdClassName
{
border-color: #B302B9;
}
.TagClassName
{
border-color: #B302B9;
}
</style>