Shades of Deep Magenta #BD22C2
Tints of Deep Magenta #BD22C2
RGB
CMYK
RGB Variations
Color information
#BD22C2 (or 0xBD22C2) is known color: Deep Magenta. HEX triplet: BD, 22 and C2. RGB value is (189,34,194). Sum of RGB (Red+Green+Blue) = 189+34+194=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 34 (13.67% from 255 or 8.15% from 417); Blue value is 194 (76.17% from 255 or 46.52% from 417); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD22C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD22C2 is #42DD3D. Grayscale: #626262. Windows color (decimal): -4382014 or 12722877. OLE color: 12722877.
HSL color Cylindrical-coordinate representation of color #BD22C2: hue angle of 298.12º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD22C2 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 34 | 194 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.24 |
| HSL | 298.13º | 0.7% | 0.45% | - |
| HSV(B) | 298.13º | 0.82% | 0.76% | - |
| XYZ | 31.3 | 15.86 | 52.45 | - |
| YUV | 98.59 | 181.85 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 194 | 0.03 | 0.82 | 0 | 0.24 | 298.13 | 0.7 | 0.45 |
| Hex | BD | 22 | C2 | 3 | 52 | 0 | 18 | 12A | 46 | 2D |
| Octal | 275 | 42 | 302 | 3 | 122 | 0 | 30 | 452 | 106 | 55 |
| Binary | 10111101 | 100010 | 11000010 | 11 | 1010010 | 0 | 11000 | 100101010 | 1000110 | 101101 |
Color Harmonies of #BD22C2
Complementary color
Monochromatic Colors of #BD22C2
Black with #BD22C2
Text Example
Text Example
White with #BD22C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD22C2; }
p { color: rgb(189,34,194); }
H1.HeaderClassName
{
color: #BD22C2;
}
.AnyTagClassName
{
color: #BD22C2;
}
</style>
background-color css
<style>
a { background-color: #BD22C2; }
a { background-color: rgb(189,34,194); }
div.DivClassName
{
background-color: #BD22C2;
}
.BgClassName
{
background-color: #BD22C2;
}
</style>
border-color css
<style>
span { border-color: #BD22C2; }
span { border-color: rgb(189,34,194); }
td.TdClassName
{
border-color: #BD22C2;
}
.TagClassName
{
border-color: #BD22C2;
}
</style>