Shades of Deep Magenta #B017C2
Tints of Deep Magenta #B017C2
RGB
CMYK
RGB Variations
Color information
#B017C2 (or 0xB017C2) is known color: Deep Magenta. HEX triplet: B0, 17 and C2. RGB value is (176,23,194). Sum of RGB (Red+Green+Blue) = 176+23+194=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 23 (9.38% from 255 or 5.85% from 393); Blue value is 194 (76.17% from 255 or 49.36% from 393); Max value from RGB is 194 - color contains mainly: blue. Hex color #B017C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B017C2 is #4FE83D. Grayscale: #575757. Windows color (decimal): -5236798 or 12720048. OLE color: 12720048.
HSL color Cylindrical-coordinate representation of color #B017C2: hue angle of 293.68º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B017C2 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 23 | 194 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.24 |
| HSL | 293.68º | 0.79% | 0.43% | - |
| HSV(B) | 293.68º | 0.88% | 0.76% | - |
| XYZ | 27.95 | 13.74 | 52.22 | - |
| YUV | 88.24 | 187.69 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 23 | 194 | 0.09 | 0.88 | 0 | 0.24 | 293.68 | 0.79 | 0.43 |
| Hex | B0 | 17 | C2 | 9 | 58 | 0 | 18 | 126 | 4F | 2B |
| Octal | 260 | 27 | 302 | 11 | 130 | 0 | 30 | 446 | 117 | 53 |
| Binary | 10110000 | 10111 | 11000010 | 1001 | 1011000 | 0 | 11000 | 100100110 | 1001111 | 101011 |
Color Harmonies of #B017C2
Complementary color
Monochromatic Colors of #B017C2
Black with #B017C2
Text Example
Text Example
White with #B017C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B017C2; }
p { color: rgb(176,23,194); }
H1.HeaderClassName
{
color: #B017C2;
}
.AnyTagClassName
{
color: #B017C2;
}
</style>
background-color css
<style>
a { background-color: #B017C2; }
a { background-color: rgb(176,23,194); }
div.DivClassName
{
background-color: #B017C2;
}
.BgClassName
{
background-color: #B017C2;
}
</style>
border-color css
<style>
span { border-color: #B017C2; }
span { border-color: rgb(176,23,194); }
td.TdClassName
{
border-color: #B017C2;
}
.TagClassName
{
border-color: #B017C2;
}
</style>