Shades of Medium Red Violet #B0258B
Tints of Medium Red Violet #B0258B
RGB
CMYK
RGB Variations
Color information
#B0258B (or 0xB0258B) is known color: Medium Red Violet. HEX triplet: B0, 25 and 8B. RGB value is (176,37,139). Sum of RGB (Red+Green+Blue) = 176+37+139=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B0258B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0258B is #4FDA74. Grayscale: #595959. Windows color (decimal): -5233269 or 9119152. OLE color: 9119152.
HSL color Cylindrical-coordinate representation of color #B0258B: hue angle of 315.97º 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 #B0258B is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 37 | 139 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.31 |
| HSL | 315.97º | 0.65% | 0.42% | - |
| HSV(B) | 315.97º | 0.79% | 0.69% | - |
| XYZ | 23.23 | 12.42 | 25.6 | - |
| YUV | 90.19 | 155.55 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 37 | 139 | 0 | 0.79 | 0.21 | 0.31 | 315.97 | 0.65 | 0.42 |
| Hex | B0 | 25 | 8B | 0 | 4F | 15 | 1F | 13C | 41 | 2A |
| Octal | 260 | 45 | 213 | 0 | 117 | 25 | 37 | 474 | 101 | 52 |
| Binary | 10110000 | 100101 | 10001011 | 0 | 1001111 | 10101 | 11111 | 100111100 | 1000001 | 101010 |
Color Harmonies of #B0258B
Complementary color
Monochromatic Colors of #B0258B
Black with #B0258B
Text Example
Text Example
White with #B0258B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0258B; }
p { color: rgb(176,37,139); }
H1.HeaderClassName
{
color: #B0258B;
}
.AnyTagClassName
{
color: #B0258B;
}
</style>
background-color css
<style>
a { background-color: #B0258B; }
a { background-color: rgb(176,37,139); }
div.DivClassName
{
background-color: #B0258B;
}
.BgClassName
{
background-color: #B0258B;
}
</style>
border-color css
<style>
span { border-color: #B0258B; }
span { border-color: rgb(176,37,139); }
td.TdClassName
{
border-color: #B0258B;
}
.TagClassName
{
border-color: #B0258B;
}
</style>