Shades of Medium Red Violet #B0267F
Tints of Medium Red Violet #B0267F
RGB
CMYK
RGB Variations
Color information
#B0267F (or 0xB0267F) is known color: Medium Red Violet. HEX triplet: B0, 26 and 7F. RGB value is (176,38,127). Sum of RGB (Red+Green+Blue) = 176+38+127=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B0267F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0267F is #4FD980. Grayscale: #595959. Windows color (decimal): -5233025 or 8332976. OLE color: 8332976.
HSL color Cylindrical-coordinate representation of color #B0267F: hue angle of 321.3º 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 #B0267F is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 38 | 127 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.31 |
| HSL | 321.3º | 0.64% | 0.42% | - |
| HSV(B) | 321.3º | 0.78% | 0.69% | - |
| XYZ | 22.43 | 12.15 | 21.24 | - |
| YUV | 89.41 | 149.22 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 38 | 127 | 0 | 0.78 | 0.28 | 0.31 | 321.3 | 0.64 | 0.42 |
| Hex | B0 | 26 | 7F | 0 | 4E | 1C | 1F | 141 | 40 | 2A |
| Octal | 260 | 46 | 177 | 0 | 116 | 34 | 37 | 501 | 100 | 52 |
| Binary | 10110000 | 100110 | 1111111 | 0 | 1001110 | 11100 | 11111 | 101000001 | 1000000 | 101010 |
Color Harmonies of #B0267F
Complementary color
Monochromatic Colors of #B0267F
Black with #B0267F
Text Example
Text Example
White with #B0267F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0267F; }
p { color: rgb(176,38,127); }
H1.HeaderClassName
{
color: #B0267F;
}
.AnyTagClassName
{
color: #B0267F;
}
</style>
background-color css
<style>
a { background-color: #B0267F; }
a { background-color: rgb(176,38,127); }
div.DivClassName
{
background-color: #B0267F;
}
.BgClassName
{
background-color: #B0267F;
}
</style>
border-color css
<style>
span { border-color: #B0267F; }
span { border-color: rgb(176,38,127); }
td.TdClassName
{
border-color: #B0267F;
}
.TagClassName
{
border-color: #B0267F;
}
</style>