Shades of Medium Red Violet #B62898
Tints of Medium Red Violet #B62898
RGB
CMYK
RGB Variations
Color information
#B62898 (or 0xB62898) is known color: Medium Red Violet. HEX triplet: B6, 28 and 98. RGB value is (182,40,152). Sum of RGB (Red+Green+Blue) = 182+40+152=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 40 (16.02% from 255 or 10.70% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B62898 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62898 is #49D767. Grayscale: #5E5E5E. Windows color (decimal): -4839272 or 9971894. OLE color: 9971894.
HSL color Cylindrical-coordinate representation of color #B62898: hue angle of 312.68º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B62898 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 40 | 152 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.29 |
| HSL | 312.68º | 0.64% | 0.44% | - |
| HSV(B) | 312.68º | 0.78% | 0.71% | - |
| XYZ | 25.72 | 13.73 | 31 | - |
| YUV | 95.23 | 160.04 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 40 | 152 | 0 | 0.78 | 0.16 | 0.29 | 312.68 | 0.64 | 0.44 |
| Hex | B6 | 28 | 98 | 0 | 4E | 10 | 1D | 139 | 40 | 2C |
| Octal | 266 | 50 | 230 | 0 | 116 | 20 | 35 | 471 | 100 | 54 |
| Binary | 10110110 | 101000 | 10011000 | 0 | 1001110 | 10000 | 11101 | 100111001 | 1000000 | 101100 |
Color Harmonies of #B62898
Complementary color
Monochromatic Colors of #B62898
Black with #B62898
Text Example
Text Example
White with #B62898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62898; }
p { color: rgb(182,40,152); }
H1.HeaderClassName
{
color: #B62898;
}
.AnyTagClassName
{
color: #B62898;
}
</style>
background-color css
<style>
a { background-color: #B62898; }
a { background-color: rgb(182,40,152); }
div.DivClassName
{
background-color: #B62898;
}
.BgClassName
{
background-color: #B62898;
}
</style>
border-color css
<style>
span { border-color: #B62898; }
span { border-color: rgb(182,40,152); }
td.TdClassName
{
border-color: #B62898;
}
.TagClassName
{
border-color: #B62898;
}
</style>