Shades of Medium Red Violet #B0257D
Tints of Medium Red Violet #B0257D
RGB
CMYK
RGB Variations
Color information
#B0257D (or 0xB0257D) is known color: Medium Red Violet. HEX triplet: B0, 25 and 7D. RGB value is (176,37,125). Sum of RGB (Red+Green+Blue) = 176+37+125=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B0257D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0257D is #4FDA82. Grayscale: #585858. Windows color (decimal): -5233283 or 8201648. OLE color: 8201648.
HSL color Cylindrical-coordinate representation of color #B0257D: hue angle of 322.01º 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 #B0257D is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 37 | 125 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.31 |
| HSL | 322.01º | 0.65% | 0.42% | - |
| HSV(B) | 322.01º | 0.79% | 0.69% | - |
| XYZ | 22.27 | 12.03 | 20.55 | - |
| YUV | 88.59 | 148.55 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 37 | 125 | 0 | 0.79 | 0.29 | 0.31 | 322.01 | 0.65 | 0.42 |
| Hex | B0 | 25 | 7D | 0 | 4F | 1D | 1F | 142 | 41 | 2A |
| Octal | 260 | 45 | 175 | 0 | 117 | 35 | 37 | 502 | 101 | 52 |
| Binary | 10110000 | 100101 | 1111101 | 0 | 1001111 | 11101 | 11111 | 101000010 | 1000001 | 101010 |
Color Harmonies of #B0257D
Complementary color
Monochromatic Colors of #B0257D
Black with #B0257D
Text Example
Text Example
White with #B0257D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0257D; }
p { color: rgb(176,37,125); }
H1.HeaderClassName
{
color: #B0257D;
}
.AnyTagClassName
{
color: #B0257D;
}
</style>
background-color css
<style>
a { background-color: #B0257D; }
a { background-color: rgb(176,37,125); }
div.DivClassName
{
background-color: #B0257D;
}
.BgClassName
{
background-color: #B0257D;
}
</style>
border-color css
<style>
span { border-color: #B0257D; }
span { border-color: rgb(176,37,125); }
td.TdClassName
{
border-color: #B0257D;
}
.TagClassName
{
border-color: #B0257D;
}
</style>