Shades of Medium Violet Red #B30278
Tints of Medium Violet Red #B30278
RGB
CMYK
RGB Variations
Color information
#B30278 (or 0xB30278) is known color: Medium Violet Red. HEX triplet: B3, 02 and 78. RGB value is (179,2,120). Sum of RGB (Red+Green+Blue) = 179+2+120=301 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.47% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 179 - color contains mainly: red. Hex color #B30278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30278 is #4CFD87. Grayscale: #444444. Windows color (decimal): -5045640 or 7865011. OLE color: 7865011.
HSL color Cylindrical-coordinate representation of color #B30278: hue angle of 320º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B30278 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 2 | 120 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.30 |
| HSL | 320º | 0.98% | 0.35% | - |
| HSV(B) | 320º | 0.99% | 0.7% | - |
| XYZ | 22 | 10.98 | 18.73 | - |
| YUV | 68.38 | 157.14 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 2 | 120 | 0 | 0.99 | 0.33 | 0.30 | 320 | 0.98 | 0.35 |
| Hex | B3 | 2 | 78 | 0 | 63 | 21 | 1E | 140 | 62 | 23 |
| Octal | 263 | 2 | 170 | 0 | 143 | 41 | 36 | 500 | 142 | 43 |
| Binary | 10110011 | 10 | 1111000 | 0 | 1100011 | 100001 | 11110 | 101000000 | 1100010 | 100011 |
Color Harmonies of #B30278
Complementary color
Monochromatic Colors of #B30278
Black with #B30278
Text Example
Text Example
White with #B30278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30278; }
p { color: rgb(179,2,120); }
H1.HeaderClassName
{
color: #B30278;
}
.AnyTagClassName
{
color: #B30278;
}
</style>
background-color css
<style>
a { background-color: #B30278; }
a { background-color: rgb(179,2,120); }
div.DivClassName
{
background-color: #B30278;
}
.BgClassName
{
background-color: #B30278;
}
</style>
border-color css
<style>
span { border-color: #B30278; }
span { border-color: rgb(179,2,120); }
td.TdClassName
{
border-color: #B30278;
}
.TagClassName
{
border-color: #B30278;
}
</style>