Shades of Medium Red Violet #B0257A
Tints of Medium Red Violet #B0257A
RGB
CMYK
RGB Variations
Color information
#B0257A (or 0xB0257A) is known color: Medium Red Violet. HEX triplet: B0, 25 and 7A. RGB value is (176,37,122). Sum of RGB (Red+Green+Blue) = 176+37+122=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B0257A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0257A is #4FDA85. Grayscale: #585858. Windows color (decimal): -5233286 or 8005040. OLE color: 8005040.
HSL color Cylindrical-coordinate representation of color #B0257A: hue angle of 323.31º 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 #B0257A is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 37 | 122 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.31 |
| HSL | 323.31º | 0.65% | 0.42% | - |
| HSV(B) | 323.31º | 0.79% | 0.69% | - |
| XYZ | 22.08 | 11.96 | 19.56 | - |
| YUV | 88.25 | 147.05 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 37 | 122 | 0 | 0.79 | 0.31 | 0.31 | 323.31 | 0.65 | 0.42 |
| Hex | B0 | 25 | 7A | 0 | 4F | 1F | 1F | 143 | 41 | 2A |
| Octal | 260 | 45 | 172 | 0 | 117 | 37 | 37 | 503 | 101 | 52 |
| Binary | 10110000 | 100101 | 1111010 | 0 | 1001111 | 11111 | 11111 | 101000011 | 1000001 | 101010 |
Color Harmonies of #B0257A
Complementary color
Monochromatic Colors of #B0257A
Black with #B0257A
Text Example
Text Example
White with #B0257A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0257A; }
p { color: rgb(176,37,122); }
H1.HeaderClassName
{
color: #B0257A;
}
.AnyTagClassName
{
color: #B0257A;
}
</style>
background-color css
<style>
a { background-color: #B0257A; }
a { background-color: rgb(176,37,122); }
div.DivClassName
{
background-color: #B0257A;
}
.BgClassName
{
background-color: #B0257A;
}
</style>
border-color css
<style>
span { border-color: #B0257A; }
span { border-color: rgb(176,37,122); }
td.TdClassName
{
border-color: #B0257A;
}
.TagClassName
{
border-color: #B0257A;
}
</style>