Shades of Medium Violet Red #B60093
Tints of Medium Violet Red #B60093
RGB
CMYK
RGB Variations
Color information
#B60093 (or 0xB60093) is known color: Medium Violet Red. HEX triplet: B6, 00 and 93. RGB value is (182,0,147). Sum of RGB (Red+Green+Blue) = 182+0+147=329 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.32% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 182 - color contains mainly: red. Hex color #B60093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60093 is #49FF6C. Grayscale: #464646. Windows color (decimal): -4849517 or 9633974. OLE color: 9633974.
HSL color Cylindrical-coordinate representation of color #B60093: hue angle of 311.54º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B60093 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 0 | 147 | - |
| CMYK | 0 | 1 | 0.19 | 0.29 |
| HSL | 311.54º | 1% | 0.36% | - |
| HSV(B) | 311.54º | 1% | 0.71% | - |
| XYZ | 24.56 | 12.05 | 28.64 | - |
| YUV | 71.18 | 170.8 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 0 | 147 | 0 | 1 | 0.19 | 0.29 | 311.54 | 1 | 0.36 |
| Hex | B6 | 0 | 93 | 0 | 64 | 13 | 1D | 138 | 64 | 24 |
| Octal | 266 | 0 | 223 | 0 | 144 | 23 | 35 | 470 | 144 | 44 |
| Binary | 10110110 | 0 | 10010011 | 0 | 1100100 | 10011 | 11101 | 100111000 | 1100100 | 100100 |
Color Harmonies of #B60093
Complementary color
Monochromatic Colors of #B60093
Black with #B60093
Text Example
Text Example
White with #B60093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60093; }
p { color: rgb(182,0,147); }
H1.HeaderClassName
{
color: #B60093;
}
.AnyTagClassName
{
color: #B60093;
}
</style>
background-color css
<style>
a { background-color: #B60093; }
a { background-color: rgb(182,0,147); }
div.DivClassName
{
background-color: #B60093;
}
.BgClassName
{
background-color: #B60093;
}
</style>
border-color css
<style>
span { border-color: #B60093; }
span { border-color: rgb(182,0,147); }
td.TdClassName
{
border-color: #B60093;
}
.TagClassName
{
border-color: #B60093;
}
</style>