Shades of Deep Magenta #BD26C6
Tints of Deep Magenta #BD26C6
RGB
CMYK
RGB Variations
Color information
#BD26C6 (or 0xBD26C6) is known color: Deep Magenta. HEX triplet: BD, 26 and C6. RGB value is (189,38,198). Sum of RGB (Red+Green+Blue) = 189+38+198=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 198 (77.73% from 255 or 46.59% from 425); Max value from RGB is 198 - color contains mainly: blue. Hex color #BD26C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD26C6 is #42D939. Grayscale: #646464. Windows color (decimal): -4380986 or 12986045. OLE color: 12986045.
HSL color Cylindrical-coordinate representation of color #BD26C6: hue angle of 296.62º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD26C6 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 38 | 198 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.22 |
| HSL | 296.63º | 0.68% | 0.46% | - |
| HSV(B) | 296.63º | 0.81% | 0.78% | - |
| XYZ | 31.87 | 16.28 | 54.89 | - |
| YUV | 101.39 | 182.53 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 198 | 0.05 | 0.81 | 0 | 0.22 | 296.63 | 0.68 | 0.46 |
| Hex | BD | 26 | C6 | 5 | 51 | 0 | 16 | 129 | 44 | 2E |
| Octal | 275 | 46 | 306 | 5 | 121 | 0 | 26 | 451 | 104 | 56 |
| Binary | 10111101 | 100110 | 11000110 | 101 | 1010001 | 0 | 10110 | 100101001 | 1000100 | 101110 |
Color Harmonies of #BD26C6
Complementary color
Monochromatic Colors of #BD26C6
Black with #BD26C6
Text Example
Text Example
White with #BD26C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD26C6; }
p { color: rgb(189,38,198); }
H1.HeaderClassName
{
color: #BD26C6;
}
.AnyTagClassName
{
color: #BD26C6;
}
</style>
background-color css
<style>
a { background-color: #BD26C6; }
a { background-color: rgb(189,38,198); }
div.DivClassName
{
background-color: #BD26C6;
}
.BgClassName
{
background-color: #BD26C6;
}
</style>
border-color css
<style>
span { border-color: #BD26C6; }
span { border-color: rgb(189,38,198); }
td.TdClassName
{
border-color: #BD26C6;
}
.TagClassName
{
border-color: #BD26C6;
}
</style>