Shades of Medium Red Violet #B1268B
Tints of Medium Red Violet #B1268B
RGB
CMYK
RGB Variations
Color information
#B1268B (or 0xB1268B) is known color: Medium Red Violet. HEX triplet: B1, 26 and 8B. RGB value is (177,38,139). Sum of RGB (Red+Green+Blue) = 177+38+139=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B1268B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1268B is #4ED974. Grayscale: #5A5A5A. Windows color (decimal): -5167477 or 9119409. OLE color: 9119409.
HSL color Cylindrical-coordinate representation of color #B1268B: hue angle of 316.4º 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 #B1268B is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 38 | 139 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.31 |
| HSL | 316.4º | 0.65% | 0.42% | - |
| HSV(B) | 316.4º | 0.79% | 0.69% | - |
| XYZ | 23.48 | 12.6 | 25.62 | - |
| YUV | 91.08 | 155.05 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 38 | 139 | 0 | 0.79 | 0.21 | 0.31 | 316.4 | 0.65 | 0.42 |
| Hex | B1 | 26 | 8B | 0 | 4F | 15 | 1F | 13C | 41 | 2A |
| Octal | 261 | 46 | 213 | 0 | 117 | 25 | 37 | 474 | 101 | 52 |
| Binary | 10110001 | 100110 | 10001011 | 0 | 1001111 | 10101 | 11111 | 100111100 | 1000001 | 101010 |
Color Harmonies of #B1268B
Complementary color
Monochromatic Colors of #B1268B
Black with #B1268B
Text Example
Text Example
White with #B1268B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1268B; }
p { color: rgb(177,38,139); }
H1.HeaderClassName
{
color: #B1268B;
}
.AnyTagClassName
{
color: #B1268B;
}
</style>
background-color css
<style>
a { background-color: #B1268B; }
a { background-color: rgb(177,38,139); }
div.DivClassName
{
background-color: #B1268B;
}
.BgClassName
{
background-color: #B1268B;
}
</style>
border-color css
<style>
span { border-color: #B1268B; }
span { border-color: rgb(177,38,139); }
td.TdClassName
{
border-color: #B1268B;
}
.TagClassName
{
border-color: #B1268B;
}
</style>