Shades of Deep Magenta #B302BB
Tints of Deep Magenta #B302BB
RGB
CMYK
RGB Variations
Color information
#B302BB (or 0xB302BB) is known color: Deep Magenta. HEX triplet: B3, 02 and BB. RGB value is (179,2,187). Sum of RGB (Red+Green+Blue) = 179+2+187=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 2 (1.17% from 255 or 0.54% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #B302BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B302BB is #4CFD44. Grayscale: #4B4B4B. Windows color (decimal): -5045573 or 12255923. OLE color: 12255923.
HSL color Cylindrical-coordinate representation of color #B302BB: hue angle of 297.41º 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 #B302BB is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 2 | 187 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.27 |
| HSL | 297.41º | 0.98% | 0.37% | - |
| HSV(B) | 297.41º | 0.99% | 0.73% | - |
| XYZ | 27.58 | 13.21 | 48.11 | - |
| YUV | 76.01 | 190.64 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 2 | 187 | 0.04 | 0.99 | 0 | 0.27 | 297.41 | 0.98 | 0.37 |
| Hex | B3 | 2 | BB | 4 | 63 | 0 | 1B | 129 | 62 | 25 |
| Octal | 263 | 2 | 273 | 4 | 143 | 0 | 33 | 451 | 142 | 45 |
| Binary | 10110011 | 10 | 10111011 | 100 | 1100011 | 0 | 11011 | 100101001 | 1100010 | 100101 |
Color Harmonies of #B302BB
Complementary color
Monochromatic Colors of #B302BB
Black with #B302BB
Text Example
Text Example
White with #B302BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B302BB; }
p { color: rgb(179,2,187); }
H1.HeaderClassName
{
color: #B302BB;
}
.AnyTagClassName
{
color: #B302BB;
}
</style>
background-color css
<style>
a { background-color: #B302BB; }
a { background-color: rgb(179,2,187); }
div.DivClassName
{
background-color: #B302BB;
}
.BgClassName
{
background-color: #B302BB;
}
</style>
border-color css
<style>
span { border-color: #B302BB; }
span { border-color: rgb(179,2,187); }
td.TdClassName
{
border-color: #B302BB;
}
.TagClassName
{
border-color: #B302BB;
}
</style>