Shades of Deep Magenta #B305CB
Tints of Deep Magenta #B305CB
RGB
CMYK
RGB Variations
Color information
#B305CB (or 0xB305CB) is known color: Deep Magenta. HEX triplet: B3, 05 and CB. RGB value is (179,5,203). Sum of RGB (Red+Green+Blue) = 179+5+203=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 5 (2.34% from 255 or 1.29% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #B305CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B305CB is #4CFA34. Grayscale: #4E4E4E. Windows color (decimal): -5044789 or 13305267. OLE color: 13305267.
HSL color Cylindrical-coordinate representation of color #B305CB: hue angle of 292.73º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B305CB is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 5 | 203 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.20 |
| HSL | 292.73º | 0.95% | 0.41% | - |
| HSV(B) | 292.73º | 0.98% | 0.8% | - |
| XYZ | 29.42 | 14 | 57.65 | - |
| YUV | 79.6 | 197.65 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 5 | 203 | 0.12 | 0.98 | 0 | 0.20 | 292.73 | 0.95 | 0.41 |
| Hex | B3 | 5 | CB | C | 62 | 0 | 14 | 125 | 5F | 29 |
| Octal | 263 | 5 | 313 | 14 | 142 | 0 | 24 | 445 | 137 | 51 |
| Binary | 10110011 | 101 | 11001011 | 1100 | 1100010 | 0 | 10100 | 100100101 | 1011111 | 101001 |
Color Harmonies of #B305CB
Complementary color
Monochromatic Colors of #B305CB
Black with #B305CB
Text Example
Text Example
White with #B305CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B305CB; }
p { color: rgb(179,5,203); }
H1.HeaderClassName
{
color: #B305CB;
}
.AnyTagClassName
{
color: #B305CB;
}
</style>
background-color css
<style>
a { background-color: #B305CB; }
a { background-color: rgb(179,5,203); }
div.DivClassName
{
background-color: #B305CB;
}
.BgClassName
{
background-color: #B305CB;
}
</style>
border-color css
<style>
span { border-color: #B305CB; }
span { border-color: rgb(179,5,203); }
td.TdClassName
{
border-color: #B305CB;
}
.TagClassName
{
border-color: #B305CB;
}
</style>