Shades of Medium Red Violet #B0237D
Tints of Medium Red Violet #B0237D
RGB
CMYK
RGB Variations
Color information
#B0237D (or 0xB0237D) is known color: Medium Red Violet. HEX triplet: B0, 23 and 7D. RGB value is (176,35,125). Sum of RGB (Red+Green+Blue) = 176+35+125=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B0237D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0237D is #4FDC82. Grayscale: #575757. Windows color (decimal): -5233795 or 8201136. OLE color: 8201136.
HSL color Cylindrical-coordinate representation of color #B0237D: hue angle of 321.7º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B0237D is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 35 | 125 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.31 |
| HSL | 321.7º | 0.67% | 0.41% | - |
| HSV(B) | 321.7º | 0.8% | 0.69% | - |
| XYZ | 22.21 | 11.91 | 20.53 | - |
| YUV | 87.42 | 149.21 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 35 | 125 | 0 | 0.80 | 0.29 | 0.31 | 321.7 | 0.67 | 0.41 |
| Hex | B0 | 23 | 7D | 0 | 50 | 1D | 1F | 142 | 43 | 29 |
| Octal | 260 | 43 | 175 | 0 | 120 | 35 | 37 | 502 | 103 | 51 |
| Binary | 10110000 | 100011 | 1111101 | 0 | 1010000 | 11101 | 11111 | 101000010 | 1000011 | 101001 |
Color Harmonies of #B0237D
Complementary color
Monochromatic Colors of #B0237D
Black with #B0237D
Text Example
Text Example
White with #B0237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0237D; }
p { color: rgb(176,35,125); }
H1.HeaderClassName
{
color: #B0237D;
}
.AnyTagClassName
{
color: #B0237D;
}
</style>
background-color css
<style>
a { background-color: #B0237D; }
a { background-color: rgb(176,35,125); }
div.DivClassName
{
background-color: #B0237D;
}
.BgClassName
{
background-color: #B0237D;
}
</style>
border-color css
<style>
span { border-color: #B0237D; }
span { border-color: rgb(176,35,125); }
td.TdClassName
{
border-color: #B0237D;
}
.TagClassName
{
border-color: #B0237D;
}
</style>