Shades of Deep Magenta #B30CB7
Tints of Deep Magenta #B30CB7
RGB
CMYK
RGB Variations
Color information
#B30CB7 (or 0xB30CB7) is known color: Deep Magenta. HEX triplet: B3, 0C and B7. RGB value is (179,12,183). Sum of RGB (Red+Green+Blue) = 179+12+183=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 12 (5.08% from 255 or 3.21% from 374); Blue value is 183 (71.88% from 255 or 48.93% from 374); Max value from RGB is 183 - color contains mainly: blue. Hex color #B30CB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30CB7 is #4CF348. Grayscale: #505050. Windows color (decimal): -5043017 or 11996339. OLE color: 11996339.
HSL color Cylindrical-coordinate representation of color #B30CB7: hue angle of 298.6º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30CB7 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 12 | 183 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.28 |
| HSL | 298.6º | 0.88% | 0.38% | - |
| HSV(B) | 298.6º | 0.93% | 0.72% | - |
| XYZ | 27.27 | 13.27 | 45.92 | - |
| YUV | 81.43 | 185.33 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 12 | 183 | 0.02 | 0.93 | 0 | 0.28 | 298.6 | 0.88 | 0.38 |
| Hex | B3 | C | B7 | 2 | 5D | 0 | 1C | 12B | 58 | 26 |
| Octal | 263 | 14 | 267 | 2 | 135 | 0 | 34 | 453 | 130 | 46 |
| Binary | 10110011 | 1100 | 10110111 | 10 | 1011101 | 0 | 11100 | 100101011 | 1011000 | 100110 |
Color Harmonies of #B30CB7
Complementary color
Monochromatic Colors of #B30CB7
Black with #B30CB7
Text Example
Text Example
White with #B30CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30CB7; }
p { color: rgb(179,12,183); }
H1.HeaderClassName
{
color: #B30CB7;
}
.AnyTagClassName
{
color: #B30CB7;
}
</style>
background-color css
<style>
a { background-color: #B30CB7; }
a { background-color: rgb(179,12,183); }
div.DivClassName
{
background-color: #B30CB7;
}
.BgClassName
{
background-color: #B30CB7;
}
</style>
border-color css
<style>
span { border-color: #B30CB7; }
span { border-color: rgb(179,12,183); }
td.TdClassName
{
border-color: #B30CB7;
}
.TagClassName
{
border-color: #B30CB7;
}
</style>