Shades of Medium Red Violet #B64198
Tints of Medium Red Violet #B64198
RGB
CMYK
RGB Variations
Color information
#B64198 (or 0xB64198) is known color: Medium Red Violet. HEX triplet: B6, 41 and 98. RGB value is (182,65,152). Sum of RGB (Red+Green+Blue) = 182+65+152=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B64198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64198 is #49BE67. Grayscale: #6D6D6D. Windows color (decimal): -4832872 or 9978294. OLE color: 9978294.
HSL color Cylindrical-coordinate representation of color #B64198: hue angle of 315.38º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B64198 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 65 | 152 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.29 |
| HSL | 315.38º | 0.47% | 0.48% | - |
| HSV(B) | 315.38º | 0.64% | 0.71% | - |
| XYZ | 26.85 | 15.99 | 31.38 | - |
| YUV | 109.9 | 151.76 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 65 | 152 | 0 | 0.64 | 0.16 | 0.29 | 315.38 | 0.47 | 0.48 |
| Hex | B6 | 41 | 98 | 0 | 40 | 10 | 1D | 13B | 2F | 30 |
| Octal | 266 | 101 | 230 | 0 | 100 | 20 | 35 | 473 | 57 | 60 |
| Binary | 10110110 | 1000001 | 10011000 | 0 | 1000000 | 10000 | 11101 | 100111011 | 101111 | 110000 |
Color Harmonies of #B64198
Complementary color
Monochromatic Colors of #B64198
Black with #B64198
Text Example
Text Example
White with #B64198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64198; }
p { color: rgb(182,65,152); }
H1.HeaderClassName
{
color: #B64198;
}
.AnyTagClassName
{
color: #B64198;
}
</style>
background-color css
<style>
a { background-color: #B64198; }
a { background-color: rgb(182,65,152); }
div.DivClassName
{
background-color: #B64198;
}
.BgClassName
{
background-color: #B64198;
}
</style>
border-color css
<style>
span { border-color: #B64198; }
span { border-color: rgb(182,65,152); }
td.TdClassName
{
border-color: #B64198;
}
.TagClassName
{
border-color: #B64198;
}
</style>