Shades of Medium Red Violet #B1237B
Tints of Medium Red Violet #B1237B
RGB
CMYK
RGB Variations
Color information
#B1237B (or 0xB1237B) is known color: Medium Red Violet. HEX triplet: B1, 23 and 7B. RGB value is (177,35,123). Sum of RGB (Red+Green+Blue) = 177+35+123=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B1237B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1237B is #4EDC84. Grayscale: #575757. Windows color (decimal): -5168261 or 8070065. OLE color: 8070065.
HSL color Cylindrical-coordinate representation of color #B1237B: hue angle of 322.82º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B1237B is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 35 | 123 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.31 |
| HSL | 322.82º | 0.67% | 0.42% | - |
| HSV(B) | 322.82º | 0.8% | 0.69% | - |
| XYZ | 22.31 | 11.98 | 19.88 | - |
| YUV | 87.49 | 148.04 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 123 | 0 | 0.80 | 0.31 | 0.31 | 322.82 | 0.67 | 0.42 |
| Hex | B1 | 23 | 7B | 0 | 50 | 1F | 1F | 143 | 43 | 2A |
| Octal | 261 | 43 | 173 | 0 | 120 | 37 | 37 | 503 | 103 | 52 |
| Binary | 10110001 | 100011 | 1111011 | 0 | 1010000 | 11111 | 11111 | 101000011 | 1000011 | 101010 |
Color Harmonies of #B1237B
Complementary color
Monochromatic Colors of #B1237B
Black with #B1237B
Text Example
Text Example
White with #B1237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1237B; }
p { color: rgb(177,35,123); }
H1.HeaderClassName
{
color: #B1237B;
}
.AnyTagClassName
{
color: #B1237B;
}
</style>
background-color css
<style>
a { background-color: #B1237B; }
a { background-color: rgb(177,35,123); }
div.DivClassName
{
background-color: #B1237B;
}
.BgClassName
{
background-color: #B1237B;
}
</style>
border-color css
<style>
span { border-color: #B1237B; }
span { border-color: rgb(177,35,123); }
td.TdClassName
{
border-color: #B1237B;
}
.TagClassName
{
border-color: #B1237B;
}
</style>