Shades of Medium Violet Red #B60294
Tints of Medium Violet Red #B60294
RGB
CMYK
RGB Variations
Color information
#B60294 (or 0xB60294) is known color: Medium Violet Red. HEX triplet: B6, 02 and 94. RGB value is (182,2,148). Sum of RGB (Red+Green+Blue) = 182+2+148=332 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.82% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 182 - color contains mainly: red. Hex color #B60294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60294 is #49FD6B. Grayscale: #484848. Windows color (decimal): -4849004 or 9700022. OLE color: 9700022.
HSL color Cylindrical-coordinate representation of color #B60294: hue angle of 311.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B60294 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 2 | 148 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.29 |
| HSL | 311.33º | 0.98% | 0.36% | - |
| HSV(B) | 311.33º | 0.99% | 0.71% | - |
| XYZ | 24.66 | 12.13 | 29.06 | - |
| YUV | 72.46 | 170.63 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 2 | 148 | 0 | 0.99 | 0.19 | 0.29 | 311.33 | 0.98 | 0.36 |
| Hex | B6 | 2 | 94 | 0 | 63 | 13 | 1D | 137 | 62 | 24 |
| Octal | 266 | 2 | 224 | 0 | 143 | 23 | 35 | 467 | 142 | 44 |
| Binary | 10110110 | 10 | 10010100 | 0 | 1100011 | 10011 | 11101 | 100110111 | 1100010 | 100100 |
Color Harmonies of #B60294
Complementary color
Monochromatic Colors of #B60294
Black with #B60294
Text Example
Text Example
White with #B60294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60294; }
p { color: rgb(182,2,148); }
H1.HeaderClassName
{
color: #B60294;
}
.AnyTagClassName
{
color: #B60294;
}
</style>
background-color css
<style>
a { background-color: #B60294; }
a { background-color: rgb(182,2,148); }
div.DivClassName
{
background-color: #B60294;
}
.BgClassName
{
background-color: #B60294;
}
</style>
border-color css
<style>
span { border-color: #B60294; }
span { border-color: rgb(182,2,148); }
td.TdClassName
{
border-color: #B60294;
}
.TagClassName
{
border-color: #B60294;
}
</style>