Shades of Deep Magenta #BD22C4
Tints of Deep Magenta #BD22C4
RGB
CMYK
RGB Variations
Color information
#BD22C4 (or 0xBD22C4) is known color: Deep Magenta. HEX triplet: BD, 22 and C4. RGB value is (189,34,196). Sum of RGB (Red+Green+Blue) = 189+34+196=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 34 (13.67% from 255 or 8.11% from 419); Blue value is 196 (76.95% from 255 or 46.78% from 419); Max value from RGB is 196 - color contains mainly: blue. Hex color #BD22C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD22C4 is #42DD3B. Grayscale: #626262. Windows color (decimal): -4382012 or 12853949. OLE color: 12853949.
HSL color Cylindrical-coordinate representation of color #BD22C4: hue angle of 297.41º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD22C4 is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 34 | 196 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.23 |
| HSL | 297.41º | 0.7% | 0.45% | - |
| HSV(B) | 297.41º | 0.83% | 0.77% | - |
| XYZ | 31.52 | 15.95 | 53.64 | - |
| YUV | 98.81 | 182.85 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 196 | 0.04 | 0.83 | 0 | 0.23 | 297.41 | 0.7 | 0.45 |
| Hex | BD | 22 | C4 | 4 | 53 | 0 | 17 | 129 | 46 | 2D |
| Octal | 275 | 42 | 304 | 4 | 123 | 0 | 27 | 451 | 106 | 55 |
| Binary | 10111101 | 100010 | 11000100 | 100 | 1010011 | 0 | 10111 | 100101001 | 1000110 | 101101 |
Color Harmonies of #BD22C4
Complementary color
Monochromatic Colors of #BD22C4
Black with #BD22C4
Text Example
Text Example
White with #BD22C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD22C4; }
p { color: rgb(189,34,196); }
H1.HeaderClassName
{
color: #BD22C4;
}
.AnyTagClassName
{
color: #BD22C4;
}
</style>
background-color css
<style>
a { background-color: #BD22C4; }
a { background-color: rgb(189,34,196); }
div.DivClassName
{
background-color: #BD22C4;
}
.BgClassName
{
background-color: #BD22C4;
}
</style>
border-color css
<style>
span { border-color: #BD22C4; }
span { border-color: rgb(189,34,196); }
td.TdClassName
{
border-color: #BD22C4;
}
.TagClassName
{
border-color: #BD22C4;
}
</style>