Shades of Deep Magenta #B305B5
Tints of Deep Magenta #B305B5
RGB
CMYK
RGB Variations
Color information
#B305B5 (or 0xB305B5) is known color: Deep Magenta. HEX triplet: B3, 05 and B5. RGB value is (179,5,181). Sum of RGB (Red+Green+Blue) = 179+5+181=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 5 (2.34% from 255 or 1.37% from 365); Blue value is 181 (71.09% from 255 or 49.59% from 365); Max value from RGB is 181 - color contains mainly: blue. Hex color #B305B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B305B5 is #4CFA4A. Grayscale: #4C4C4C. Windows color (decimal): -5044811 or 11863475. OLE color: 11863475.
HSL color Cylindrical-coordinate representation of color #B305B5: hue angle of 299.32º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B305B5 is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 5 | 181 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.29 |
| HSL | 299.32º | 0.95% | 0.36% | - |
| HSV(B) | 299.32º | 0.97% | 0.71% | - |
| XYZ | 26.99 | 13.03 | 44.81 | - |
| YUV | 77.09 | 186.65 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 5 | 181 | 0.01 | 0.97 | 0 | 0.29 | 299.32 | 0.95 | 0.36 |
| Hex | B3 | 5 | B5 | 1 | 61 | 0 | 1D | 12B | 5F | 24 |
| Octal | 263 | 5 | 265 | 1 | 141 | 0 | 35 | 453 | 137 | 44 |
| Binary | 10110011 | 101 | 10110101 | 1 | 1100001 | 0 | 11101 | 100101011 | 1011111 | 100100 |
Color Harmonies of #B305B5
Complementary color
Monochromatic Colors of #B305B5
Black with #B305B5
Text Example
Text Example
White with #B305B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B305B5; }
p { color: rgb(179,5,181); }
H1.HeaderClassName
{
color: #B305B5;
}
.AnyTagClassName
{
color: #B305B5;
}
</style>
background-color css
<style>
a { background-color: #B305B5; }
a { background-color: rgb(179,5,181); }
div.DivClassName
{
background-color: #B305B5;
}
.BgClassName
{
background-color: #B305B5;
}
</style>
border-color css
<style>
span { border-color: #B305B5; }
span { border-color: rgb(179,5,181); }
td.TdClassName
{
border-color: #B305B5;
}
.TagClassName
{
border-color: #B305B5;
}
</style>