Shades of Deep Magenta #B303BF
Tints of Deep Magenta #B303BF
RGB
CMYK
RGB Variations
Color information
#B303BF (or 0xB303BF) is known color: Deep Magenta. HEX triplet: B3, 03 and BF. RGB value is (179,3,191). Sum of RGB (Red+Green+Blue) = 179+3+191=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 3 (1.56% from 255 or 0.80% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #B303BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B303BF is #4CFC40. Grayscale: #4C4C4C. Windows color (decimal): -5045313 or 12518323. OLE color: 12518323.
HSL color Cylindrical-coordinate representation of color #B303BF: hue angle of 296.17º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B303BF is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 3 | 191 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.25 |
| HSL | 296.17º | 0.97% | 0.38% | - |
| HSV(B) | 296.17º | 0.98% | 0.75% | - |
| XYZ | 28.03 | 13.41 | 50.4 | - |
| YUV | 77.06 | 192.31 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 3 | 191 | 0.06 | 0.98 | 0 | 0.25 | 296.17 | 0.97 | 0.38 |
| Hex | B3 | 3 | BF | 6 | 62 | 0 | 19 | 128 | 61 | 26 |
| Octal | 263 | 3 | 277 | 6 | 142 | 0 | 31 | 450 | 141 | 46 |
| Binary | 10110011 | 11 | 10111111 | 110 | 1100010 | 0 | 11001 | 100101000 | 1100001 | 100110 |
Color Harmonies of #B303BF
Complementary color
Monochromatic Colors of #B303BF
Black with #B303BF
Text Example
Text Example
White with #B303BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B303BF; }
p { color: rgb(179,3,191); }
H1.HeaderClassName
{
color: #B303BF;
}
.AnyTagClassName
{
color: #B303BF;
}
</style>
background-color css
<style>
a { background-color: #B303BF; }
a { background-color: rgb(179,3,191); }
div.DivClassName
{
background-color: #B303BF;
}
.BgClassName
{
background-color: #B303BF;
}
</style>
border-color css
<style>
span { border-color: #B303BF; }
span { border-color: rgb(179,3,191); }
td.TdClassName
{
border-color: #B303BF;
}
.TagClassName
{
border-color: #B303BF;
}
</style>