Shades of Medium Red Violet #B02892
Tints of Medium Red Violet #B02892
RGB
CMYK
RGB Variations
Color information
#B02892 (or 0xB02892) is known color: Medium Red Violet. HEX triplet: B0, 28 and 92. RGB value is (176,40,146). Sum of RGB (Red+Green+Blue) = 176+40+146=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B02892 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02892 is #4FD76D. Grayscale: #5C5C5C. Windows color (decimal): -5232494 or 9578672. OLE color: 9578672.
HSL color Cylindrical-coordinate representation of color #B02892: hue angle of 313.24º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B02892 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 40 | 146 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.31 |
| HSL | 313.24º | 0.63% | 0.42% | - |
| HSV(B) | 313.24º | 0.77% | 0.69% | - |
| XYZ | 23.85 | 12.82 | 28.41 | - |
| YUV | 92.75 | 158.06 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 40 | 146 | 0 | 0.77 | 0.17 | 0.31 | 313.24 | 0.63 | 0.42 |
| Hex | B0 | 28 | 92 | 0 | 4D | 11 | 1F | 139 | 3F | 2A |
| Octal | 260 | 50 | 222 | 0 | 115 | 21 | 37 | 471 | 77 | 52 |
| Binary | 10110000 | 101000 | 10010010 | 0 | 1001101 | 10001 | 11111 | 100111001 | 111111 | 101010 |
Color Harmonies of #B02892
Complementary color
Monochromatic Colors of #B02892
Black with #B02892
Text Example
Text Example
White with #B02892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02892; }
p { color: rgb(176,40,146); }
H1.HeaderClassName
{
color: #B02892;
}
.AnyTagClassName
{
color: #B02892;
}
</style>
background-color css
<style>
a { background-color: #B02892; }
a { background-color: rgb(176,40,146); }
div.DivClassName
{
background-color: #B02892;
}
.BgClassName
{
background-color: #B02892;
}
</style>
border-color css
<style>
span { border-color: #B02892; }
span { border-color: rgb(176,40,146); }
td.TdClassName
{
border-color: #B02892;
}
.TagClassName
{
border-color: #B02892;
}
</style>