Shades of Deep Magenta #B302BD
Tints of Deep Magenta #B302BD
RGB
CMYK
RGB Variations
Color information
#B302BD (or 0xB302BD) is known color: Deep Magenta. HEX triplet: B3, 02 and BD. RGB value is (179,2,189). Sum of RGB (Red+Green+Blue) = 179+2+189=370 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.38% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #B302BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B302BD is #4CFD42. Grayscale: #4B4B4B. Windows color (decimal): -5045571 or 12386995. OLE color: 12386995.
HSL color Cylindrical-coordinate representation of color #B302BD: hue angle of 296.79º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B302BD is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 2 | 189 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.26 |
| HSL | 296.79º | 0.98% | 0.37% | - |
| HSV(B) | 296.79º | 0.99% | 0.74% | - |
| XYZ | 27.8 | 13.3 | 49.25 | - |
| YUV | 76.24 | 191.64 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 2 | 189 | 0.05 | 0.99 | 0 | 0.26 | 296.79 | 0.98 | 0.37 |
| Hex | B3 | 2 | BD | 5 | 63 | 0 | 1A | 129 | 62 | 25 |
| Octal | 263 | 2 | 275 | 5 | 143 | 0 | 32 | 451 | 142 | 45 |
| Binary | 10110011 | 10 | 10111101 | 101 | 1100011 | 0 | 11010 | 100101001 | 1100010 | 100101 |
Color Harmonies of #B302BD
Complementary color
Monochromatic Colors of #B302BD
Black with #B302BD
Text Example
Text Example
White with #B302BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B302BD; }
p { color: rgb(179,2,189); }
H1.HeaderClassName
{
color: #B302BD;
}
.AnyTagClassName
{
color: #B302BD;
}
</style>
background-color css
<style>
a { background-color: #B302BD; }
a { background-color: rgb(179,2,189); }
div.DivClassName
{
background-color: #B302BD;
}
.BgClassName
{
background-color: #B302BD;
}
</style>
border-color css
<style>
span { border-color: #B302BD; }
span { border-color: rgb(179,2,189); }
td.TdClassName
{
border-color: #B302BD;
}
.TagClassName
{
border-color: #B302BD;
}
</style>