Shades of Deep Magenta #B30BCF
Tints of Deep Magenta #B30BCF
RGB
CMYK
RGB Variations
Color information
#B30BCF (or 0xB30BCF) is known color: Deep Magenta. HEX triplet: B3, 0B and CF. RGB value is (179,11,207). Sum of RGB (Red+Green+Blue) = 179+11+207=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 11 (4.69% from 255 or 2.77% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #B30BCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30BCF is #4CF430. Grayscale: #525252. Windows color (decimal): -5043249 or 13568947. OLE color: 13568947.
HSL color Cylindrical-coordinate representation of color #B30BCF: hue angle of 291.43º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30BCF is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 11 | 207 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.19 |
| HSL | 291.43º | 0.9% | 0.43% | - |
| HSV(B) | 291.43º | 0.95% | 0.81% | - |
| XYZ | 29.97 | 14.33 | 60.22 | - |
| YUV | 83.58 | 197.66 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 207 | 0.14 | 0.95 | 0 | 0.19 | 291.43 | 0.9 | 0.43 |
| Hex | B3 | B | CF | E | 5F | 0 | 13 | 123 | 5A | 2B |
| Octal | 263 | 13 | 317 | 16 | 137 | 0 | 23 | 443 | 132 | 53 |
| Binary | 10110011 | 1011 | 11001111 | 1110 | 1011111 | 0 | 10011 | 100100011 | 1011010 | 101011 |
Color Harmonies of #B30BCF
Complementary color
Monochromatic Colors of #B30BCF
Black with #B30BCF
Text Example
Text Example
White with #B30BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30BCF; }
p { color: rgb(179,11,207); }
H1.HeaderClassName
{
color: #B30BCF;
}
.AnyTagClassName
{
color: #B30BCF;
}
</style>
background-color css
<style>
a { background-color: #B30BCF; }
a { background-color: rgb(179,11,207); }
div.DivClassName
{
background-color: #B30BCF;
}
.BgClassName
{
background-color: #B30BCF;
}
</style>
border-color css
<style>
span { border-color: #B30BCF; }
span { border-color: rgb(179,11,207); }
td.TdClassName
{
border-color: #B30BCF;
}
.TagClassName
{
border-color: #B30BCF;
}
</style>