Shades of Deep Magenta #B505CF
Tints of Deep Magenta #B505CF
RGB
CMYK
RGB Variations
Color information
#B505CF (or 0xB505CF) is known color: Deep Magenta. HEX triplet: B5, 05 and CF. RGB value is (181,5,207). Sum of RGB (Red+Green+Blue) = 181+5+207=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 5 (2.34% from 255 or 1.27% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #B505CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B505CF is #4AFA30. Grayscale: #505050. Windows color (decimal): -4913713 or 13567413. OLE color: 13567413.
HSL color Cylindrical-coordinate representation of color #B505CF: hue angle of 292.28º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B505CF is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 5 | 207 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.19 |
| HSL | 292.28º | 0.95% | 0.42% | - |
| HSV(B) | 292.28º | 0.98% | 0.81% | - |
| XYZ | 30.37 | 14.44 | 60.22 | - |
| YUV | 80.65 | 199.31 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 5 | 207 | 0.13 | 0.98 | 0 | 0.19 | 292.28 | 0.95 | 0.42 |
| Hex | B5 | 5 | CF | D | 62 | 0 | 13 | 124 | 5F | 2A |
| Octal | 265 | 5 | 317 | 15 | 142 | 0 | 23 | 444 | 137 | 52 |
| Binary | 10110101 | 101 | 11001111 | 1101 | 1100010 | 0 | 10011 | 100100100 | 1011111 | 101010 |
Color Harmonies of #B505CF
Complementary color
Monochromatic Colors of #B505CF
Black with #B505CF
Text Example
Text Example
White with #B505CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B505CF; }
p { color: rgb(181,5,207); }
H1.HeaderClassName
{
color: #B505CF;
}
.AnyTagClassName
{
color: #B505CF;
}
</style>
background-color css
<style>
a { background-color: #B505CF; }
a { background-color: rgb(181,5,207); }
div.DivClassName
{
background-color: #B505CF;
}
.BgClassName
{
background-color: #B505CF;
}
</style>
border-color css
<style>
span { border-color: #B505CF; }
span { border-color: rgb(181,5,207); }
td.TdClassName
{
border-color: #B505CF;
}
.TagClassName
{
border-color: #B505CF;
}
</style>