Shades of Deep Magenta #B905D2
Tints of Deep Magenta #B905D2
RGB
CMYK
RGB Variations
Color information
#B905D2 (or 0xB905D2) is known color: Deep Magenta. HEX triplet: B9, 05 and D2. RGB value is (185,5,210). Sum of RGB (Red+Green+Blue) = 185+5+210=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 5 (2.34% from 255 or 1.25% from 400); Blue value is 210 (82.42% from 255 or 52.5% from 400); Max value from RGB is 210 - color contains mainly: blue. Hex color #B905D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B905D2 is #46FA2D. Grayscale: #515151. Windows color (decimal): -4651566 or 13764025. OLE color: 13764025.
HSL color Cylindrical-coordinate representation of color #B905D2: hue angle of 292.68º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B905D2 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 5 | 210 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.18 |
| HSL | 292.68º | 0.95% | 0.42% | - |
| HSV(B) | 292.68º | 0.98% | 0.82% | - |
| XYZ | 31.69 | 15.08 | 62.21 | - |
| YUV | 82.19 | 200.13 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 5 | 210 | 0.12 | 0.98 | 0 | 0.18 | 292.68 | 0.95 | 0.42 |
| Hex | B9 | 5 | D2 | C | 62 | 0 | 12 | 125 | 5F | 2A |
| Octal | 271 | 5 | 322 | 14 | 142 | 0 | 22 | 445 | 137 | 52 |
| Binary | 10111001 | 101 | 11010010 | 1100 | 1100010 | 0 | 10010 | 100100101 | 1011111 | 101010 |
Color Harmonies of #B905D2
Complementary color
Monochromatic Colors of #B905D2
Black with #B905D2
Text Example
Text Example
White with #B905D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B905D2; }
p { color: rgb(185,5,210); }
H1.HeaderClassName
{
color: #B905D2;
}
.AnyTagClassName
{
color: #B905D2;
}
</style>
background-color css
<style>
a { background-color: #B905D2; }
a { background-color: rgb(185,5,210); }
div.DivClassName
{
background-color: #B905D2;
}
.BgClassName
{
background-color: #B905D2;
}
</style>
border-color css
<style>
span { border-color: #B905D2; }
span { border-color: rgb(185,5,210); }
td.TdClassName
{
border-color: #B905D2;
}
.TagClassName
{
border-color: #B905D2;
}
</style>