Shades of Deep Magenta #B302B2
Tints of Deep Magenta #B302B2
RGB
CMYK
RGB Variations
Color information
#B302B2 (or 0xB302B2) is known color: Deep Magenta. HEX triplet: B3, 02 and B2. RGB value is (179,2,178). Sum of RGB (Red+Green+Blue) = 179+2+178=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 178 (69.92% from 255 or 49.58% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B302B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B302B2 is #4CFD4D. Grayscale: #4A4A4A. Windows color (decimal): -5045582 or 11666099. OLE color: 11666099.
HSL color Cylindrical-coordinate representation of color #B302B2: hue angle of 300.34º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B302B2 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 2 | 178 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.30 |
| HSL | 300.34º | 0.98% | 0.35% | - |
| HSV(B) | 300.34º | 0.99% | 0.7% | - |
| XYZ | 26.65 | 12.84 | 43.19 | - |
| YUV | 74.99 | 186.14 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 2 | 178 | 0 | 0.99 | 0.01 | 0.30 | 300.34 | 0.98 | 0.35 |
| Hex | B3 | 2 | B2 | 0 | 63 | 1 | 1E | 12C | 62 | 23 |
| Octal | 263 | 2 | 262 | 0 | 143 | 1 | 36 | 454 | 142 | 43 |
| Binary | 10110011 | 10 | 10110010 | 0 | 1100011 | 1 | 11110 | 100101100 | 1100010 | 100011 |
Color Harmonies of #B302B2
Complementary color
Monochromatic Colors of #B302B2
Black with #B302B2
Text Example
Text Example
White with #B302B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B302B2; }
p { color: rgb(179,2,178); }
H1.HeaderClassName
{
color: #B302B2;
}
.AnyTagClassName
{
color: #B302B2;
}
</style>
background-color css
<style>
a { background-color: #B302B2; }
a { background-color: rgb(179,2,178); }
div.DivClassName
{
background-color: #B302B2;
}
.BgClassName
{
background-color: #B302B2;
}
</style>
border-color css
<style>
span { border-color: #B302B2; }
span { border-color: rgb(179,2,178); }
td.TdClassName
{
border-color: #B302B2;
}
.TagClassName
{
border-color: #B302B2;
}
</style>