Shades of Deep Magenta #B217CB
Tints of Deep Magenta #B217CB
RGB
CMYK
RGB Variations
Color information
#B217CB (or 0xB217CB) is known color: Deep Magenta. HEX triplet: B2, 17 and CB. RGB value is (178,23,203). Sum of RGB (Red+Green+Blue) = 178+23+203=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 23 (9.38% from 255 or 5.69% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #B217CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B217CB is #4DE834. Grayscale: #595959. Windows color (decimal): -5105717 or 13309874. OLE color: 13309874.
HSL color Cylindrical-coordinate representation of color #B217CB: hue angle of 291.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B217CB is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 23 | 203 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.20 |
| HSL | 291.67º | 0.8% | 0.44% | - |
| HSV(B) | 291.67º | 0.89% | 0.8% | - |
| XYZ | 29.45 | 14.39 | 57.73 | - |
| YUV | 89.87 | 191.85 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 23 | 203 | 0.12 | 0.89 | 0 | 0.20 | 291.67 | 0.8 | 0.44 |
| Hex | B2 | 17 | CB | C | 59 | 0 | 14 | 124 | 50 | 2C |
| Octal | 262 | 27 | 313 | 14 | 131 | 0 | 24 | 444 | 120 | 54 |
| Binary | 10110010 | 10111 | 11001011 | 1100 | 1011001 | 0 | 10100 | 100100100 | 1010000 | 101100 |
Color Harmonies of #B217CB
Complementary color
Monochromatic Colors of #B217CB
Black with #B217CB
Text Example
Text Example
White with #B217CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B217CB; }
p { color: rgb(178,23,203); }
H1.HeaderClassName
{
color: #B217CB;
}
.AnyTagClassName
{
color: #B217CB;
}
</style>
background-color css
<style>
a { background-color: #B217CB; }
a { background-color: rgb(178,23,203); }
div.DivClassName
{
background-color: #B217CB;
}
.BgClassName
{
background-color: #B217CB;
}
</style>
border-color css
<style>
span { border-color: #B217CB; }
span { border-color: rgb(178,23,203); }
td.TdClassName
{
border-color: #B217CB;
}
.TagClassName
{
border-color: #B217CB;
}
</style>