Shades of Medium Red Violet #B0258A
Tints of Medium Red Violet #B0258A
RGB
CMYK
RGB Variations
Color information
#B0258A (or 0xB0258A) is known color: Medium Red Violet. HEX triplet: B0, 25 and 8A. RGB value is (176,37,138). Sum of RGB (Red+Green+Blue) = 176+37+138=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B0258A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0258A is #4FDA75. Grayscale: #595959. Windows color (decimal): -5233270 or 9053616. OLE color: 9053616.
HSL color Cylindrical-coordinate representation of color #B0258A: hue angle of 316.4º 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 #B0258A is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 37 | 138 | - |
| CMYK | 0 | 0.79 | 0.22 | 0.31 |
| HSL | 316.4º | 0.65% | 0.42% | - |
| HSV(B) | 316.4º | 0.79% | 0.69% | - |
| XYZ | 23.15 | 12.39 | 25.22 | - |
| YUV | 90.08 | 155.05 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 37 | 138 | 0 | 0.79 | 0.22 | 0.31 | 316.4 | 0.65 | 0.42 |
| Hex | B0 | 25 | 8A | 0 | 4F | 16 | 1F | 13C | 41 | 2A |
| Octal | 260 | 45 | 212 | 0 | 117 | 26 | 37 | 474 | 101 | 52 |
| Binary | 10110000 | 100101 | 10001010 | 0 | 1001111 | 10110 | 11111 | 100111100 | 1000001 | 101010 |
Color Harmonies of #B0258A
Complementary color
Monochromatic Colors of #B0258A
Black with #B0258A
Text Example
Text Example
White with #B0258A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0258A; }
p { color: rgb(176,37,138); }
H1.HeaderClassName
{
color: #B0258A;
}
.AnyTagClassName
{
color: #B0258A;
}
</style>
background-color css
<style>
a { background-color: #B0258A; }
a { background-color: rgb(176,37,138); }
div.DivClassName
{
background-color: #B0258A;
}
.BgClassName
{
background-color: #B0258A;
}
</style>
border-color css
<style>
span { border-color: #B0258A; }
span { border-color: rgb(176,37,138); }
td.TdClassName
{
border-color: #B0258A;
}
.TagClassName
{
border-color: #B0258A;
}
</style>