Shades of Deep Magenta #B509C8
Tints of Deep Magenta #B509C8
RGB
CMYK
RGB Variations
Color information
#B509C8 (or 0xB509C8) is known color: Deep Magenta. HEX triplet: B5, 09 and C8. RGB value is (181,9,200). Sum of RGB (Red+Green+Blue) = 181+9+200=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 9 (3.91% from 255 or 2.31% from 390); Blue value is 200 (78.52% from 255 or 51.28% from 390); Max value from RGB is 200 - color contains mainly: blue. Hex color #B509C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B509C8 is #4AF637. Grayscale: #515151. Windows color (decimal): -4912696 or 13109685. OLE color: 13109685.
HSL color Cylindrical-coordinate representation of color #B509C8: hue angle of 294.03º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B509C8 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 9 | 200 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.22 |
| HSL | 294.03º | 0.91% | 0.41% | - |
| HSV(B) | 294.03º | 0.96% | 0.78% | - |
| XYZ | 29.58 | 14.19 | 55.82 | - |
| YUV | 82.2 | 194.48 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 9 | 200 | 0.09 | 0.96 | 0 | 0.22 | 294.03 | 0.91 | 0.41 |
| Hex | B5 | 9 | C8 | 9 | 60 | 0 | 16 | 126 | 5B | 29 |
| Octal | 265 | 11 | 310 | 11 | 140 | 0 | 26 | 446 | 133 | 51 |
| Binary | 10110101 | 1001 | 11001000 | 1001 | 1100000 | 0 | 10110 | 100100110 | 1011011 | 101001 |
Color Harmonies of #B509C8
Complementary color
Monochromatic Colors of #B509C8
Black with #B509C8
Text Example
Text Example
White with #B509C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B509C8; }
p { color: rgb(181,9,200); }
H1.HeaderClassName
{
color: #B509C8;
}
.AnyTagClassName
{
color: #B509C8;
}
</style>
background-color css
<style>
a { background-color: #B509C8; }
a { background-color: rgb(181,9,200); }
div.DivClassName
{
background-color: #B509C8;
}
.BgClassName
{
background-color: #B509C8;
}
</style>
border-color css
<style>
span { border-color: #B509C8; }
span { border-color: rgb(181,9,200); }
td.TdClassName
{
border-color: #B509C8;
}
.TagClassName
{
border-color: #B509C8;
}
</style>