Shades of Medium Red Violet #B0267E
Tints of Medium Red Violet #B0267E
RGB
CMYK
RGB Variations
Color information
#B0267E (or 0xB0267E) is known color: Medium Red Violet. HEX triplet: B0, 26 and 7E. RGB value is (176,38,126). Sum of RGB (Red+Green+Blue) = 176+38+126=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B0267E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0267E is #4FD981. Grayscale: #595959. Windows color (decimal): -5233026 or 8267440. OLE color: 8267440.
HSL color Cylindrical-coordinate representation of color #B0267E: hue angle of 321.74º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B0267E is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 38 | 126 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.31 |
| HSL | 321.74º | 0.64% | 0.42% | - |
| HSV(B) | 321.74º | 0.78% | 0.69% | - |
| XYZ | 22.36 | 12.12 | 20.9 | - |
| YUV | 89.29 | 148.72 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 38 | 126 | 0 | 0.78 | 0.28 | 0.31 | 321.74 | 0.64 | 0.42 |
| Hex | B0 | 26 | 7E | 0 | 4E | 1C | 1F | 142 | 40 | 2A |
| Octal | 260 | 46 | 176 | 0 | 116 | 34 | 37 | 502 | 100 | 52 |
| Binary | 10110000 | 100110 | 1111110 | 0 | 1001110 | 11100 | 11111 | 101000010 | 1000000 | 101010 |
Color Harmonies of #B0267E
Complementary color
Monochromatic Colors of #B0267E
Black with #B0267E
Text Example
Text Example
White with #B0267E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0267E; }
p { color: rgb(176,38,126); }
H1.HeaderClassName
{
color: #B0267E;
}
.AnyTagClassName
{
color: #B0267E;
}
</style>
background-color css
<style>
a { background-color: #B0267E; }
a { background-color: rgb(176,38,126); }
div.DivClassName
{
background-color: #B0267E;
}
.BgClassName
{
background-color: #B0267E;
}
</style>
border-color css
<style>
span { border-color: #B0267E; }
span { border-color: rgb(176,38,126); }
td.TdClassName
{
border-color: #B0267E;
}
.TagClassName
{
border-color: #B0267E;
}
</style>