Shades of Medium Red Violet #B1269F
Tints of Medium Red Violet #B1269F
RGB
CMYK
RGB Variations
Color information
#B1269F (or 0xB1269F) is known color: Medium Red Violet. HEX triplet: B1, 26 and 9F. RGB value is (177,38,159). Sum of RGB (Red+Green+Blue) = 177+38+159=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 38 (15.23% from 255 or 10.16% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B1269F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1269F is #4ED960. Grayscale: #5D5D5D. Windows color (decimal): -5167457 or 10430129. OLE color: 10430129.
HSL color Cylindrical-coordinate representation of color #B1269F: hue angle of 307.77º 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 #B1269F is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 38 | 159 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.31 |
| HSL | 307.77º | 0.65% | 0.42% | - |
| HSV(B) | 307.77º | 0.79% | 0.69% | - |
| XYZ | 25.08 | 13.24 | 34.03 | - |
| YUV | 93.36 | 165.05 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 38 | 159 | 0 | 0.79 | 0.10 | 0.31 | 307.77 | 0.65 | 0.42 |
| Hex | B1 | 26 | 9F | 0 | 4F | A | 1F | 134 | 41 | 2A |
| Octal | 261 | 46 | 237 | 0 | 117 | 12 | 37 | 464 | 101 | 52 |
| Binary | 10110001 | 100110 | 10011111 | 0 | 1001111 | 1010 | 11111 | 100110100 | 1000001 | 101010 |
Color Harmonies of #B1269F
Complementary color
Monochromatic Colors of #B1269F
Black with #B1269F
Text Example
Text Example
White with #B1269F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1269F; }
p { color: rgb(177,38,159); }
H1.HeaderClassName
{
color: #B1269F;
}
.AnyTagClassName
{
color: #B1269F;
}
</style>
background-color css
<style>
a { background-color: #B1269F; }
a { background-color: rgb(177,38,159); }
div.DivClassName
{
background-color: #B1269F;
}
.BgClassName
{
background-color: #B1269F;
}
</style>
border-color css
<style>
span { border-color: #B1269F; }
span { border-color: rgb(177,38,159); }
td.TdClassName
{
border-color: #B1269F;
}
.TagClassName
{
border-color: #B1269F;
}
</style>