Shades of Medium Red Violet #B0258E
Tints of Medium Red Violet #B0258E
RGB
CMYK
RGB Variations
Color information
#B0258E (or 0xB0258E) is known color: Medium Red Violet. HEX triplet: B0, 25 and 8E. RGB value is (176,37,142). Sum of RGB (Red+Green+Blue) = 176+37+142=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B0258E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0258E is #4FDA71. Grayscale: #5A5A5A. Windows color (decimal): -5233266 or 9315760. OLE color: 9315760.
HSL color Cylindrical-coordinate representation of color #B0258E: hue angle of 314.68º 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 #B0258E is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 37 | 142 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.31 |
| HSL | 314.68º | 0.65% | 0.42% | - |
| HSV(B) | 314.68º | 0.79% | 0.69% | - |
| XYZ | 23.45 | 12.51 | 26.77 | - |
| YUV | 90.53 | 157.05 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 37 | 142 | 0 | 0.79 | 0.19 | 0.31 | 314.68 | 0.65 | 0.42 |
| Hex | B0 | 25 | 8E | 0 | 4F | 13 | 1F | 13B | 41 | 2A |
| Octal | 260 | 45 | 216 | 0 | 117 | 23 | 37 | 473 | 101 | 52 |
| Binary | 10110000 | 100101 | 10001110 | 0 | 1001111 | 10011 | 11111 | 100111011 | 1000001 | 101010 |
Color Harmonies of #B0258E
Complementary color
Monochromatic Colors of #B0258E
Black with #B0258E
Text Example
Text Example
White with #B0258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0258E; }
p { color: rgb(176,37,142); }
H1.HeaderClassName
{
color: #B0258E;
}
.AnyTagClassName
{
color: #B0258E;
}
</style>
background-color css
<style>
a { background-color: #B0258E; }
a { background-color: rgb(176,37,142); }
div.DivClassName
{
background-color: #B0258E;
}
.BgClassName
{
background-color: #B0258E;
}
</style>
border-color css
<style>
span { border-color: #B0258E; }
span { border-color: rgb(176,37,142); }
td.TdClassName
{
border-color: #B0258E;
}
.TagClassName
{
border-color: #B0258E;
}
</style>