Shades of Deep Magenta #B41ACF
Tints of Deep Magenta #B41ACF
RGB
CMYK
RGB Variations
Color information
#B41ACF (or 0xB41ACF) is known color: Deep Magenta. HEX triplet: B4, 1A and CF. RGB value is (180,26,207). Sum of RGB (Red+Green+Blue) = 180+26+207=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 26 (10.55% from 255 or 6.30% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #B41ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41ACF is #4BE530. Grayscale: #5C5C5C. Windows color (decimal): -4973873 or 13572788. OLE color: 13572788.
HSL color Cylindrical-coordinate representation of color #B41ACF: hue angle of 291.05º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B41ACF is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 26 | 207 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.19 |
| HSL | 291.05º | 0.78% | 0.46% | - |
| HSV(B) | 291.05º | 0.87% | 0.81% | - |
| XYZ | 30.45 | 14.95 | 60.31 | - |
| YUV | 92.68 | 192.52 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 26 | 207 | 0.13 | 0.87 | 0 | 0.19 | 291.05 | 0.78 | 0.46 |
| Hex | B4 | 1A | CF | D | 57 | 0 | 13 | 123 | 4E | 2E |
| Octal | 264 | 32 | 317 | 15 | 127 | 0 | 23 | 443 | 116 | 56 |
| Binary | 10110100 | 11010 | 11001111 | 1101 | 1010111 | 0 | 10011 | 100100011 | 1001110 | 101110 |
Color Harmonies of #B41ACF
Complementary color
Monochromatic Colors of #B41ACF
Black with #B41ACF
Text Example
Text Example
White with #B41ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41ACF; }
p { color: rgb(180,26,207); }
H1.HeaderClassName
{
color: #B41ACF;
}
.AnyTagClassName
{
color: #B41ACF;
}
</style>
background-color css
<style>
a { background-color: #B41ACF; }
a { background-color: rgb(180,26,207); }
div.DivClassName
{
background-color: #B41ACF;
}
.BgClassName
{
background-color: #B41ACF;
}
</style>
border-color css
<style>
span { border-color: #B41ACF; }
span { border-color: rgb(180,26,207); }
td.TdClassName
{
border-color: #B41ACF;
}
.TagClassName
{
border-color: #B41ACF;
}
</style>