Shades of Deep Magenta #B30BCB
Tints of Deep Magenta #B30BCB
RGB
CMYK
RGB Variations
Color information
#B30BCB (or 0xB30BCB) is known color: Deep Magenta. HEX triplet: B3, 0B and CB. RGB value is (179,11,203). Sum of RGB (Red+Green+Blue) = 179+11+203=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 11 (4.69% from 255 or 2.80% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #B30BCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30BCB is #4CF434. Grayscale: #525252. Windows color (decimal): -5043253 or 13306803. OLE color: 13306803.
HSL color Cylindrical-coordinate representation of color #B30BCB: hue angle of 292.5º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30BCB is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 11 | 203 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.20 |
| HSL | 292.5º | 0.9% | 0.42% | - |
| HSV(B) | 292.5º | 0.95% | 0.8% | - |
| XYZ | 29.49 | 14.13 | 57.67 | - |
| YUV | 83.12 | 195.66 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 203 | 0.12 | 0.95 | 0 | 0.20 | 292.5 | 0.9 | 0.42 |
| Hex | B3 | B | CB | C | 5F | 0 | 14 | 124 | 5A | 2A |
| Octal | 263 | 13 | 313 | 14 | 137 | 0 | 24 | 444 | 132 | 52 |
| Binary | 10110011 | 1011 | 11001011 | 1100 | 1011111 | 0 | 10100 | 100100100 | 1011010 | 101010 |
Color Harmonies of #B30BCB
Complementary color
Monochromatic Colors of #B30BCB
Black with #B30BCB
Text Example
Text Example
White with #B30BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30BCB; }
p { color: rgb(179,11,203); }
H1.HeaderClassName
{
color: #B30BCB;
}
.AnyTagClassName
{
color: #B30BCB;
}
</style>
background-color css
<style>
a { background-color: #B30BCB; }
a { background-color: rgb(179,11,203); }
div.DivClassName
{
background-color: #B30BCB;
}
.BgClassName
{
background-color: #B30BCB;
}
</style>
border-color css
<style>
span { border-color: #B30BCB; }
span { border-color: rgb(179,11,203); }
td.TdClassName
{
border-color: #B30BCB;
}
.TagClassName
{
border-color: #B30BCB;
}
</style>