Shades of Medium Red Violet #B02C8F
Tints of Medium Red Violet #B02C8F
RGB
CMYK
RGB Variations
Color information
#B02C8F (or 0xB02C8F) is known color: Medium Red Violet. HEX triplet: B0, 2C and 8F. RGB value is (176,44,143). Sum of RGB (Red+Green+Blue) = 176+44+143=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 44 (17.58% from 255 or 12.12% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02C8F is #4FD370. Grayscale: #5E5E5E. Windows color (decimal): -5231473 or 9383088. OLE color: 9383088.
HSL color Cylindrical-coordinate representation of color #B02C8F: hue angle of 315º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B02C8F is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 44 | 143 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.31 |
| HSL | 315º | 0.6% | 0.43% | - |
| HSV(B) | 315º | 0.75% | 0.69% | - |
| XYZ | 23.76 | 13.01 | 27.25 | - |
| YUV | 94.75 | 155.23 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 44 | 143 | 0 | 0.75 | 0.19 | 0.31 | 315 | 0.6 | 0.43 |
| Hex | B0 | 2C | 8F | 0 | 4B | 13 | 1F | 13B | 3C | 2B |
| Octal | 260 | 54 | 217 | 0 | 113 | 23 | 37 | 473 | 74 | 53 |
| Binary | 10110000 | 101100 | 10001111 | 0 | 1001011 | 10011 | 11111 | 100111011 | 111100 | 101011 |
Color Harmonies of #B02C8F
Complementary color
Monochromatic Colors of #B02C8F
Black with #B02C8F
Text Example
Text Example
White with #B02C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02C8F; }
p { color: rgb(176,44,143); }
H1.HeaderClassName
{
color: #B02C8F;
}
.AnyTagClassName
{
color: #B02C8F;
}
</style>
background-color css
<style>
a { background-color: #B02C8F; }
a { background-color: rgb(176,44,143); }
div.DivClassName
{
background-color: #B02C8F;
}
.BgClassName
{
background-color: #B02C8F;
}
</style>
border-color css
<style>
span { border-color: #B02C8F; }
span { border-color: rgb(176,44,143); }
td.TdClassName
{
border-color: #B02C8F;
}
.TagClassName
{
border-color: #B02C8F;
}
</style>