Shades of Deep Magenta #BD18CC
Tints of Deep Magenta #BD18CC
RGB
CMYK
RGB Variations
Color information
#BD18CC (or 0xBD18CC) is known color: Deep Magenta. HEX triplet: BD, 18 and CC. RGB value is (189,24,204). Sum of RGB (Red+Green+Blue) = 189+24+204=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 24 (9.77% from 255 or 5.76% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD18CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD18CC is #42E733. Grayscale: #5D5D5D. Windows color (decimal): -4384564 or 13375677. OLE color: 13375677.
HSL color Cylindrical-coordinate representation of color #BD18CC: hue angle of 295º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD18CC is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 24 | 204 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.2 |
| HSL | 295º | 0.79% | 0.45% | - |
| HSV(B) | 295º | 0.88% | 0.8% | - |
| XYZ | 32.21 | 15.83 | 58.48 | - |
| YUV | 93.86 | 190.16 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 204 | 0.07 | 0.88 | 0 | 0.2 | 295 | 0.79 | 0.45 |
| Hex | BD | 18 | CC | 7 | 58 | 0 | 14 | 127 | 4F | 2D |
| Octal | 275 | 30 | 314 | 7 | 130 | 0 | 24 | 447 | 117 | 55 |
| Binary | 10111101 | 11000 | 11001100 | 111 | 1011000 | 0 | 10100 | 100100111 | 1001111 | 101101 |
Color Harmonies of #BD18CC
Complementary color
Monochromatic Colors of #BD18CC
Black with #BD18CC
Text Example
Text Example
White with #BD18CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD18CC; }
p { color: rgb(189,24,204); }
H1.HeaderClassName
{
color: #BD18CC;
}
.AnyTagClassName
{
color: #BD18CC;
}
</style>
background-color css
<style>
a { background-color: #BD18CC; }
a { background-color: rgb(189,24,204); }
div.DivClassName
{
background-color: #BD18CC;
}
.BgClassName
{
background-color: #BD18CC;
}
</style>
border-color css
<style>
span { border-color: #BD18CC; }
span { border-color: rgb(189,24,204); }
td.TdClassName
{
border-color: #BD18CC;
}
.TagClassName
{
border-color: #BD18CC;
}
</style>