Shades of Medium Red Violet #B63098
Tints of Medium Red Violet #B63098
RGB
CMYK
RGB Variations
Color information
#B63098 (or 0xB63098) is known color: Medium Red Violet. HEX triplet: B6, 30 and 98. RGB value is (182,48,152). Sum of RGB (Red+Green+Blue) = 182+48+152=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 48 (19.14% from 255 or 12.57% from 382); Blue value is 152 (59.77% from 255 or 39.79% from 382); Max value from RGB is 182 - color contains mainly: red. Hex color #B63098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63098 is #49CF67. Grayscale: #636363. Windows color (decimal): -4837224 or 9973942. OLE color: 9973942.
HSL color Cylindrical-coordinate representation of color #B63098: hue angle of 313.43º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B63098 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 48 | 152 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.29 |
| HSL | 313.43º | 0.58% | 0.45% | - |
| HSV(B) | 313.43º | 0.74% | 0.71% | - |
| XYZ | 26.02 | 14.33 | 31.1 | - |
| YUV | 99.92 | 157.39 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 48 | 152 | 0 | 0.74 | 0.16 | 0.29 | 313.43 | 0.58 | 0.45 |
| Hex | B6 | 30 | 98 | 0 | 4A | 10 | 1D | 139 | 3A | 2D |
| Octal | 266 | 60 | 230 | 0 | 112 | 20 | 35 | 471 | 72 | 55 |
| Binary | 10110110 | 110000 | 10011000 | 0 | 1001010 | 10000 | 11101 | 100111001 | 111010 | 101101 |
Color Harmonies of #B63098
Complementary color
Monochromatic Colors of #B63098
Black with #B63098
Text Example
Text Example
White with #B63098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63098; }
p { color: rgb(182,48,152); }
H1.HeaderClassName
{
color: #B63098;
}
.AnyTagClassName
{
color: #B63098;
}
</style>
background-color css
<style>
a { background-color: #B63098; }
a { background-color: rgb(182,48,152); }
div.DivClassName
{
background-color: #B63098;
}
.BgClassName
{
background-color: #B63098;
}
</style>
border-color css
<style>
span { border-color: #B63098; }
span { border-color: rgb(182,48,152); }
td.TdClassName
{
border-color: #B63098;
}
.TagClassName
{
border-color: #B63098;
}
</style>