Shades of Deep Magenta #B30ACF
Tints of Deep Magenta #B30ACF
RGB
CMYK
RGB Variations
Color information
#B30ACF (or 0xB30ACF) is known color: Deep Magenta. HEX triplet: B3, 0A and CF. RGB value is (179,10,207). Sum of RGB (Red+Green+Blue) = 179+10+207=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 10 (4.30% from 255 or 2.53% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #B30ACF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30ACF is #4CF530. Grayscale: #525252. Windows color (decimal): -5043505 or 13568691. OLE color: 13568691.
HSL color Cylindrical-coordinate representation of color #B30ACF: hue angle of 291.47º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30ACF is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 10 | 207 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.19 |
| HSL | 291.47º | 0.91% | 0.43% | - |
| HSV(B) | 291.47º | 0.95% | 0.81% | - |
| XYZ | 29.96 | 14.31 | 60.21 | - |
| YUV | 82.99 | 197.99 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 10 | 207 | 0.14 | 0.95 | 0 | 0.19 | 291.47 | 0.91 | 0.43 |
| Hex | B3 | A | CF | E | 5F | 0 | 13 | 123 | 5B | 2B |
| Octal | 263 | 12 | 317 | 16 | 137 | 0 | 23 | 443 | 133 | 53 |
| Binary | 10110011 | 1010 | 11001111 | 1110 | 1011111 | 0 | 10011 | 100100011 | 1011011 | 101011 |
Color Harmonies of #B30ACF
Complementary color
Monochromatic Colors of #B30ACF
Black with #B30ACF
Text Example
Text Example
White with #B30ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30ACF; }
p { color: rgb(179,10,207); }
H1.HeaderClassName
{
color: #B30ACF;
}
.AnyTagClassName
{
color: #B30ACF;
}
</style>
background-color css
<style>
a { background-color: #B30ACF; }
a { background-color: rgb(179,10,207); }
div.DivClassName
{
background-color: #B30ACF;
}
.BgClassName
{
background-color: #B30ACF;
}
</style>
border-color css
<style>
span { border-color: #B30ACF; }
span { border-color: rgb(179,10,207); }
td.TdClassName
{
border-color: #B30ACF;
}
.TagClassName
{
border-color: #B30ACF;
}
</style>