Shades of Medium Red Violet #B0258C
Tints of Medium Red Violet #B0258C
RGB
CMYK
RGB Variations
Color information
#B0258C (or 0xB0258C) is known color: Medium Red Violet. HEX triplet: B0, 25 and 8C. RGB value is (176,37,140). Sum of RGB (Red+Green+Blue) = 176+37+140=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B0258C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0258C is #4FDA73. Grayscale: #5A5A5A. Windows color (decimal): -5233268 or 9184688. OLE color: 9184688.
HSL color Cylindrical-coordinate representation of color #B0258C: hue angle of 315.54º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B0258C is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 37 | 140 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.31 |
| HSL | 315.54º | 0.65% | 0.42% | - |
| HSV(B) | 315.54º | 0.79% | 0.69% | - |
| XYZ | 23.3 | 12.45 | 25.99 | - |
| YUV | 90.3 | 156.05 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 37 | 140 | 0 | 0.79 | 0.20 | 0.31 | 315.54 | 0.65 | 0.42 |
| Hex | B0 | 25 | 8C | 0 | 4F | 14 | 1F | 13C | 41 | 2A |
| Octal | 260 | 45 | 214 | 0 | 117 | 24 | 37 | 474 | 101 | 52 |
| Binary | 10110000 | 100101 | 10001100 | 0 | 1001111 | 10100 | 11111 | 100111100 | 1000001 | 101010 |
Color Harmonies of #B0258C
Complementary color
Monochromatic Colors of #B0258C
Black with #B0258C
Text Example
Text Example
White with #B0258C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0258C; }
p { color: rgb(176,37,140); }
H1.HeaderClassName
{
color: #B0258C;
}
.AnyTagClassName
{
color: #B0258C;
}
</style>
background-color css
<style>
a { background-color: #B0258C; }
a { background-color: rgb(176,37,140); }
div.DivClassName
{
background-color: #B0258C;
}
.BgClassName
{
background-color: #B0258C;
}
</style>
border-color css
<style>
span { border-color: #B0258C; }
span { border-color: rgb(176,37,140); }
td.TdClassName
{
border-color: #B0258C;
}
.TagClassName
{
border-color: #B0258C;
}
</style>