Shades of Deep Magenta #BD03B4
Tints of Deep Magenta #BD03B4
RGB
CMYK
RGB Variations
Color information
#BD03B4 (or 0xBD03B4) is known color: Deep Magenta. HEX triplet: BD, 03 and B4. RGB value is (189,3,180). Sum of RGB (Red+Green+Blue) = 189+3+180=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 3 (1.56% from 255 or 0.81% from 372); Blue value is 180 (70.70% from 255 or 48.39% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD03B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD03B4 is #42FC4B. Grayscale: #4E4E4E. Windows color (decimal): -4389964 or 11797437. OLE color: 11797437.
HSL color Cylindrical-coordinate representation of color #BD03B4: hue angle of 302.9º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD03B4 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 3 | 180 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.26 |
| HSL | 302.9º | 0.97% | 0.38% | - |
| HSV(B) | 302.9º | 0.98% | 0.74% | - |
| XYZ | 29.26 | 14.18 | 44.37 | - |
| YUV | 78.79 | 185.12 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 180 | 0 | 0.98 | 0.05 | 0.26 | 302.9 | 0.97 | 0.38 |
| Hex | BD | 3 | B4 | 0 | 62 | 5 | 1A | 12F | 61 | 26 |
| Octal | 275 | 3 | 264 | 0 | 142 | 5 | 32 | 457 | 141 | 46 |
| Binary | 10111101 | 11 | 10110100 | 0 | 1100010 | 101 | 11010 | 100101111 | 1100001 | 100110 |
Color Harmonies of #BD03B4
Complementary color
Monochromatic Colors of #BD03B4
Black with #BD03B4
Text Example
Text Example
White with #BD03B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD03B4; }
p { color: rgb(189,3,180); }
H1.HeaderClassName
{
color: #BD03B4;
}
.AnyTagClassName
{
color: #BD03B4;
}
</style>
background-color css
<style>
a { background-color: #BD03B4; }
a { background-color: rgb(189,3,180); }
div.DivClassName
{
background-color: #BD03B4;
}
.BgClassName
{
background-color: #BD03B4;
}
</style>
border-color css
<style>
span { border-color: #BD03B4; }
span { border-color: rgb(189,3,180); }
td.TdClassName
{
border-color: #BD03B4;
}
.TagClassName
{
border-color: #BD03B4;
}
</style>