Shades of Medium Red Violet #B64098
Tints of Medium Red Violet #B64098
RGB
CMYK
RGB Variations
Color information
#B64098 (or 0xB64098) is known color: Medium Red Violet. HEX triplet: B6, 40 and 98. RGB value is (182,64,152). Sum of RGB (Red+Green+Blue) = 182+64+152=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B64098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64098 is #49BF67. Grayscale: #6D6D6D. Windows color (decimal): -4833128 or 9978038. OLE color: 9978038.
HSL color Cylindrical-coordinate representation of color #B64098: hue angle of 315.25º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B64098 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 64 | 152 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.29 |
| HSL | 315.25º | 0.48% | 0.48% | - |
| HSV(B) | 315.25º | 0.65% | 0.71% | - |
| XYZ | 26.79 | 15.88 | 31.36 | - |
| YUV | 109.31 | 152.09 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 152 | 0 | 0.65 | 0.16 | 0.29 | 315.25 | 0.48 | 0.48 |
| Hex | B6 | 40 | 98 | 0 | 41 | 10 | 1D | 13B | 30 | 30 |
| Octal | 266 | 100 | 230 | 0 | 101 | 20 | 35 | 473 | 60 | 60 |
| Binary | 10110110 | 1000000 | 10011000 | 0 | 1000001 | 10000 | 11101 | 100111011 | 110000 | 110000 |
Color Harmonies of #B64098
Complementary color
Monochromatic Colors of #B64098
Black with #B64098
Text Example
Text Example
White with #B64098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64098; }
p { color: rgb(182,64,152); }
H1.HeaderClassName
{
color: #B64098;
}
.AnyTagClassName
{
color: #B64098;
}
</style>
background-color css
<style>
a { background-color: #B64098; }
a { background-color: rgb(182,64,152); }
div.DivClassName
{
background-color: #B64098;
}
.BgClassName
{
background-color: #B64098;
}
</style>
border-color css
<style>
span { border-color: #B64098; }
span { border-color: rgb(182,64,152); }
td.TdClassName
{
border-color: #B64098;
}
.TagClassName
{
border-color: #B64098;
}
</style>