Shades of Deep Magenta #BD25B6
Tints of Deep Magenta #BD25B6
RGB
CMYK
RGB Variations
Color information
#BD25B6 (or 0xBD25B6) is known color: Deep Magenta. HEX triplet: BD, 25 and B6. RGB value is (189,37,182). Sum of RGB (Red+Green+Blue) = 189+37+182=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 182 (71.48% from 255 or 44.61% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD25B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD25B6 is #42DA49. Grayscale: #626262. Windows color (decimal): -4381258 or 11937213. OLE color: 11937213.
HSL color Cylindrical-coordinate representation of color #BD25B6: hue angle of 302.76º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD25B6 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 182 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.26 |
| HSL | 302.76º | 0.67% | 0.44% | - |
| HSV(B) | 302.76º | 0.8% | 0.74% | - |
| XYZ | 30.09 | 15.52 | 45.67 | - |
| YUV | 98.98 | 174.86 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 182 | 0 | 0.80 | 0.04 | 0.26 | 302.76 | 0.67 | 0.44 |
| Hex | BD | 25 | B6 | 0 | 50 | 4 | 1A | 12F | 43 | 2C |
| Octal | 275 | 45 | 266 | 0 | 120 | 4 | 32 | 457 | 103 | 54 |
| Binary | 10111101 | 100101 | 10110110 | 0 | 1010000 | 100 | 11010 | 100101111 | 1000011 | 101100 |
Color Harmonies of #BD25B6
Complementary color
Monochromatic Colors of #BD25B6
Black with #BD25B6
Text Example
Text Example
White with #BD25B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD25B6; }
p { color: rgb(189,37,182); }
H1.HeaderClassName
{
color: #BD25B6;
}
.AnyTagClassName
{
color: #BD25B6;
}
</style>
background-color css
<style>
a { background-color: #BD25B6; }
a { background-color: rgb(189,37,182); }
div.DivClassName
{
background-color: #BD25B6;
}
.BgClassName
{
background-color: #BD25B6;
}
</style>
border-color css
<style>
span { border-color: #BD25B6; }
span { border-color: rgb(189,37,182); }
td.TdClassName
{
border-color: #BD25B6;
}
.TagClassName
{
border-color: #BD25B6;
}
</style>