Shades of Deep Magenta #B303BB
Tints of Deep Magenta #B303BB
RGB
CMYK
RGB Variations
Color information
#B303BB (or 0xB303BB) is known color: Deep Magenta. HEX triplet: B3, 03 and BB. RGB value is (179,3,187). Sum of RGB (Red+Green+Blue) = 179+3+187=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 3 (1.56% from 255 or 0.81% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #B303BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B303BB is #4CFC44. Grayscale: #4C4C4C. Windows color (decimal): -5045317 or 12256179. OLE color: 12256179.
HSL color Cylindrical-coordinate representation of color #B303BB: hue angle of 297.39º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B303BB is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 3 | 187 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.27 |
| HSL | 297.39º | 0.97% | 0.37% | - |
| HSV(B) | 297.39º | 0.98% | 0.73% | - |
| XYZ | 27.59 | 13.24 | 48.11 | - |
| YUV | 76.6 | 190.31 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 3 | 187 | 0.04 | 0.98 | 0 | 0.27 | 297.39 | 0.97 | 0.37 |
| Hex | B3 | 3 | BB | 4 | 62 | 0 | 1B | 129 | 61 | 25 |
| Octal | 263 | 3 | 273 | 4 | 142 | 0 | 33 | 451 | 141 | 45 |
| Binary | 10110011 | 11 | 10111011 | 100 | 1100010 | 0 | 11011 | 100101001 | 1100001 | 100101 |
Color Harmonies of #B303BB
Complementary color
Monochromatic Colors of #B303BB
Black with #B303BB
Text Example
Text Example
White with #B303BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B303BB; }
p { color: rgb(179,3,187); }
H1.HeaderClassName
{
color: #B303BB;
}
.AnyTagClassName
{
color: #B303BB;
}
</style>
background-color css
<style>
a { background-color: #B303BB; }
a { background-color: rgb(179,3,187); }
div.DivClassName
{
background-color: #B303BB;
}
.BgClassName
{
background-color: #B303BB;
}
</style>
border-color css
<style>
span { border-color: #B303BB; }
span { border-color: rgb(179,3,187); }
td.TdClassName
{
border-color: #B303BB;
}
.TagClassName
{
border-color: #B303BB;
}
</style>