Shades of Deep Magenta #B21CBD
Tints of Deep Magenta #B21CBD
RGB
CMYK
RGB Variations
Color information
#B21CBD (or 0xB21CBD) is known color: Deep Magenta. HEX triplet: B2, 1C and BD. RGB value is (178,28,189). Sum of RGB (Red+Green+Blue) = 178+28+189=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #B21CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21CBD is #4DE342. Grayscale: #5A5A5A. Windows color (decimal): -5104451 or 12393650. OLE color: 12393650.
HSL color Cylindrical-coordinate representation of color #B21CBD: hue angle of 295.9º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21CBD is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 28 | 189 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.26 |
| HSL | 295.9º | 0.74% | 0.43% | - |
| HSV(B) | 295.9º | 0.85% | 0.74% | - |
| XYZ | 27.96 | 13.97 | 49.37 | - |
| YUV | 91.2 | 183.2 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 28 | 189 | 0.06 | 0.85 | 0 | 0.26 | 295.9 | 0.74 | 0.43 |
| Hex | B2 | 1C | BD | 6 | 55 | 0 | 1A | 128 | 4A | 2B |
| Octal | 262 | 34 | 275 | 6 | 125 | 0 | 32 | 450 | 112 | 53 |
| Binary | 10110010 | 11100 | 10111101 | 110 | 1010101 | 0 | 11010 | 100101000 | 1001010 | 101011 |
Color Harmonies of #B21CBD
Complementary color
Monochromatic Colors of #B21CBD
Black with #B21CBD
Text Example
Text Example
White with #B21CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21CBD; }
p { color: rgb(178,28,189); }
H1.HeaderClassName
{
color: #B21CBD;
}
.AnyTagClassName
{
color: #B21CBD;
}
</style>
background-color css
<style>
a { background-color: #B21CBD; }
a { background-color: rgb(178,28,189); }
div.DivClassName
{
background-color: #B21CBD;
}
.BgClassName
{
background-color: #B21CBD;
}
</style>
border-color css
<style>
span { border-color: #B21CBD; }
span { border-color: rgb(178,28,189); }
td.TdClassName
{
border-color: #B21CBD;
}
.TagClassName
{
border-color: #B21CBD;
}
</style>