Shades of Deep Magenta #B30CAB
Tints of Deep Magenta #B30CAB
RGB
CMYK
RGB Variations
Color information
#B30CAB (or 0xB30CAB) is known color: Deep Magenta. HEX triplet: B3, 0C and AB. RGB value is (179,12,171). Sum of RGB (Red+Green+Blue) = 179+12+171=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 12 (5.08% from 255 or 3.31% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B30CAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30CAB is #4CF354. Grayscale: #4F4F4F. Windows color (decimal): -5043029 or 11209907. OLE color: 11209907.
HSL color Cylindrical-coordinate representation of color #B30CAB: hue angle of 302.87º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30CAB is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 12 | 171 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.30 |
| HSL | 302.87º | 0.87% | 0.37% | - |
| HSV(B) | 302.87º | 0.93% | 0.7% | - |
| XYZ | 26.07 | 12.79 | 39.62 | - |
| YUV | 80.06 | 179.33 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 12 | 171 | 0 | 0.93 | 0.04 | 0.30 | 302.87 | 0.87 | 0.37 |
| Hex | B3 | C | AB | 0 | 5D | 4 | 1E | 12F | 57 | 25 |
| Octal | 263 | 14 | 253 | 0 | 135 | 4 | 36 | 457 | 127 | 45 |
| Binary | 10110011 | 1100 | 10101011 | 0 | 1011101 | 100 | 11110 | 100101111 | 1010111 | 100101 |
Color Harmonies of #B30CAB
Complementary color
Monochromatic Colors of #B30CAB
Black with #B30CAB
Text Example
Text Example
White with #B30CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30CAB; }
p { color: rgb(179,12,171); }
H1.HeaderClassName
{
color: #B30CAB;
}
.AnyTagClassName
{
color: #B30CAB;
}
</style>
background-color css
<style>
a { background-color: #B30CAB; }
a { background-color: rgb(179,12,171); }
div.DivClassName
{
background-color: #B30CAB;
}
.BgClassName
{
background-color: #B30CAB;
}
</style>
border-color css
<style>
span { border-color: #B30CAB; }
span { border-color: rgb(179,12,171); }
td.TdClassName
{
border-color: #B30CAB;
}
.TagClassName
{
border-color: #B30CAB;
}
</style>