Shades of Deep Magenta #B30CCB
Tints of Deep Magenta #B30CCB
RGB
CMYK
RGB Variations
Color information
#B30CCB (or 0xB30CCB) is known color: Deep Magenta. HEX triplet: B3, 0C and CB. RGB value is (179,12,203). Sum of RGB (Red+Green+Blue) = 179+12+203=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 12 (5.08% from 255 or 3.05% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #B30CCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30CCB is #4CF334. Grayscale: #535353. Windows color (decimal): -5042997 or 13307059. OLE color: 13307059.
HSL color Cylindrical-coordinate representation of color #B30CCB: hue angle of 292.46º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30CCB is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 12 | 203 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.20 |
| HSL | 292.46º | 0.89% | 0.42% | - |
| HSV(B) | 292.46º | 0.94% | 0.8% | - |
| XYZ | 29.5 | 14.16 | 57.68 | - |
| YUV | 83.71 | 195.33 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 12 | 203 | 0.12 | 0.94 | 0 | 0.20 | 292.46 | 0.89 | 0.42 |
| Hex | B3 | C | CB | C | 5E | 0 | 14 | 124 | 59 | 2A |
| Octal | 263 | 14 | 313 | 14 | 136 | 0 | 24 | 444 | 131 | 52 |
| Binary | 10110011 | 1100 | 11001011 | 1100 | 1011110 | 0 | 10100 | 100100100 | 1011001 | 101010 |
Color Harmonies of #B30CCB
Complementary color
Monochromatic Colors of #B30CCB
Black with #B30CCB
Text Example
Text Example
White with #B30CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30CCB; }
p { color: rgb(179,12,203); }
H1.HeaderClassName
{
color: #B30CCB;
}
.AnyTagClassName
{
color: #B30CCB;
}
</style>
background-color css
<style>
a { background-color: #B30CCB; }
a { background-color: rgb(179,12,203); }
div.DivClassName
{
background-color: #B30CCB;
}
.BgClassName
{
background-color: #B30CCB;
}
</style>
border-color css
<style>
span { border-color: #B30CCB; }
span { border-color: rgb(179,12,203); }
td.TdClassName
{
border-color: #B30CCB;
}
.TagClassName
{
border-color: #B30CCB;
}
</style>