Shades of Medium Red Violet #B1247B
Tints of Medium Red Violet #B1247B
RGB
CMYK
RGB Variations
Color information
#B1247B (or 0xB1247B) is known color: Medium Red Violet. HEX triplet: B1, 24 and 7B. RGB value is (177,36,123). Sum of RGB (Red+Green+Blue) = 177+36+123=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B1247B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1247B is #4EDB84. Grayscale: #575757. Windows color (decimal): -5168005 or 8070321. OLE color: 8070321.
HSL color Cylindrical-coordinate representation of color #B1247B: hue angle of 322.98º degrees, saturation: 0.66, 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 #B1247B is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 36 | 123 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.31 |
| HSL | 322.98º | 0.66% | 0.42% | - |
| HSV(B) | 322.98º | 0.8% | 0.69% | - |
| XYZ | 22.34 | 12.04 | 19.89 | - |
| YUV | 88.08 | 147.71 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 36 | 123 | 0 | 0.80 | 0.31 | 0.31 | 322.98 | 0.66 | 0.42 |
| Hex | B1 | 24 | 7B | 0 | 50 | 1F | 1F | 143 | 42 | 2A |
| Octal | 261 | 44 | 173 | 0 | 120 | 37 | 37 | 503 | 102 | 52 |
| Binary | 10110001 | 100100 | 1111011 | 0 | 1010000 | 11111 | 11111 | 101000011 | 1000010 | 101010 |
Color Harmonies of #B1247B
Complementary color
Monochromatic Colors of #B1247B
Black with #B1247B
Text Example
Text Example
White with #B1247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1247B; }
p { color: rgb(177,36,123); }
H1.HeaderClassName
{
color: #B1247B;
}
.AnyTagClassName
{
color: #B1247B;
}
</style>
background-color css
<style>
a { background-color: #B1247B; }
a { background-color: rgb(177,36,123); }
div.DivClassName
{
background-color: #B1247B;
}
.BgClassName
{
background-color: #B1247B;
}
</style>
border-color css
<style>
span { border-color: #B1247B; }
span { border-color: rgb(177,36,123); }
td.TdClassName
{
border-color: #B1247B;
}
.TagClassName
{
border-color: #B1247B;
}
</style>