Shades of Medium Red Violet #B1267D
Tints of Medium Red Violet #B1267D
RGB
CMYK
RGB Variations
Color information
#B1267D (or 0xB1267D) is known color: Medium Red Violet. HEX triplet: B1, 26 and 7D. RGB value is (177,38,125). Sum of RGB (Red+Green+Blue) = 177+38+125=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B1267D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1267D is #4ED982. Grayscale: #595959. Windows color (decimal): -5167491 or 8201905. OLE color: 8201905.
HSL color Cylindrical-coordinate representation of color #B1267D: hue angle of 322.45º 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 #B1267D is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 38 | 125 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.31 |
| HSL | 322.45º | 0.65% | 0.42% | - |
| HSV(B) | 322.45º | 0.79% | 0.69% | - |
| XYZ | 22.53 | 12.21 | 20.57 | - |
| YUV | 89.48 | 148.05 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 38 | 125 | 0 | 0.79 | 0.29 | 0.31 | 322.45 | 0.65 | 0.42 |
| Hex | B1 | 26 | 7D | 0 | 4F | 1D | 1F | 142 | 41 | 2A |
| Octal | 261 | 46 | 175 | 0 | 117 | 35 | 37 | 502 | 101 | 52 |
| Binary | 10110001 | 100110 | 1111101 | 0 | 1001111 | 11101 | 11111 | 101000010 | 1000001 | 101010 |
Color Harmonies of #B1267D
Complementary color
Monochromatic Colors of #B1267D
Black with #B1267D
Text Example
Text Example
White with #B1267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1267D; }
p { color: rgb(177,38,125); }
H1.HeaderClassName
{
color: #B1267D;
}
.AnyTagClassName
{
color: #B1267D;
}
</style>
background-color css
<style>
a { background-color: #B1267D; }
a { background-color: rgb(177,38,125); }
div.DivClassName
{
background-color: #B1267D;
}
.BgClassName
{
background-color: #B1267D;
}
</style>
border-color css
<style>
span { border-color: #B1267D; }
span { border-color: rgb(177,38,125); }
td.TdClassName
{
border-color: #B1267D;
}
.TagClassName
{
border-color: #B1267D;
}
</style>