Shades of Deep Magenta #BD23BC
Tints of Deep Magenta #BD23BC
RGB
CMYK
RGB Variations
Color information
#BD23BC (or 0xBD23BC) is known color: Deep Magenta. HEX triplet: BD, 23 and BC. RGB value is (189,35,188). Sum of RGB (Red+Green+Blue) = 189+35+188=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 35 (14.06% from 255 or 8.50% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD23BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD23BC is #42DC43. Grayscale: #626262. Windows color (decimal): -4381764 or 12329917. OLE color: 12329917.
HSL color Cylindrical-coordinate representation of color #BD23BC: hue angle of 300.39º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD23BC is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 35 | 188 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.26 |
| HSL | 300.39º | 0.69% | 0.44% | - |
| HSV(B) | 300.39º | 0.81% | 0.74% | - |
| XYZ | 30.66 | 15.65 | 48.98 | - |
| YUV | 98.49 | 178.52 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 188 | 0 | 0.81 | 0.01 | 0.26 | 300.39 | 0.69 | 0.44 |
| Hex | BD | 23 | BC | 0 | 51 | 1 | 1A | 12C | 45 | 2C |
| Octal | 275 | 43 | 274 | 0 | 121 | 1 | 32 | 454 | 105 | 54 |
| Binary | 10111101 | 100011 | 10111100 | 0 | 1010001 | 1 | 11010 | 100101100 | 1000101 | 101100 |
Color Harmonies of #BD23BC
Complementary color
Monochromatic Colors of #BD23BC
Black with #BD23BC
Text Example
Text Example
White with #BD23BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD23BC; }
p { color: rgb(189,35,188); }
H1.HeaderClassName
{
color: #BD23BC;
}
.AnyTagClassName
{
color: #BD23BC;
}
</style>
background-color css
<style>
a { background-color: #BD23BC; }
a { background-color: rgb(189,35,188); }
div.DivClassName
{
background-color: #BD23BC;
}
.BgClassName
{
background-color: #BD23BC;
}
</style>
border-color css
<style>
span { border-color: #BD23BC; }
span { border-color: rgb(189,35,188); }
td.TdClassName
{
border-color: #BD23BC;
}
.TagClassName
{
border-color: #BD23BC;
}
</style>