Shades of Deep Magenta #B017C4
Tints of Deep Magenta #B017C4
RGB
CMYK
RGB Variations
Color information
#B017C4 (or 0xB017C4) is known color: Deep Magenta. HEX triplet: B0, 17 and C4. RGB value is (176,23,196). Sum of RGB (Red+Green+Blue) = 176+23+196=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 23 (9.38% from 255 or 5.82% from 395); Blue value is 196 (76.95% from 255 or 49.62% from 395); Max value from RGB is 196 - color contains mainly: blue. Hex color #B017C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B017C4 is #4FE83B. Grayscale: #575757. Windows color (decimal): -5236796 or 12851120. OLE color: 12851120.
HSL color Cylindrical-coordinate representation of color #B017C4: hue angle of 293.06º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B017C4 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 23 | 196 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.23 |
| HSL | 293.06º | 0.79% | 0.43% | - |
| HSV(B) | 293.06º | 0.88% | 0.77% | - |
| XYZ | 28.17 | 13.83 | 53.41 | - |
| YUV | 88.47 | 188.69 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 23 | 196 | 0.10 | 0.88 | 0 | 0.23 | 293.06 | 0.79 | 0.43 |
| Hex | B0 | 17 | C4 | A | 58 | 0 | 17 | 125 | 4F | 2B |
| Octal | 260 | 27 | 304 | 12 | 130 | 0 | 27 | 445 | 117 | 53 |
| Binary | 10110000 | 10111 | 11000100 | 1010 | 1011000 | 0 | 10111 | 100100101 | 1001111 | 101011 |
Color Harmonies of #B017C4
Complementary color
Monochromatic Colors of #B017C4
Black with #B017C4
Text Example
Text Example
White with #B017C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B017C4; }
p { color: rgb(176,23,196); }
H1.HeaderClassName
{
color: #B017C4;
}
.AnyTagClassName
{
color: #B017C4;
}
</style>
background-color css
<style>
a { background-color: #B017C4; }
a { background-color: rgb(176,23,196); }
div.DivClassName
{
background-color: #B017C4;
}
.BgClassName
{
background-color: #B017C4;
}
</style>
border-color css
<style>
span { border-color: #B017C4; }
span { border-color: rgb(176,23,196); }
td.TdClassName
{
border-color: #B017C4;
}
.TagClassName
{
border-color: #B017C4;
}
</style>