Shades of Medium Red Violet #B0267B
Tints of Medium Red Violet #B0267B
RGB
CMYK
RGB Variations
Color information
#B0267B (or 0xB0267B) is known color: Medium Red Violet. HEX triplet: B0, 26 and 7B. RGB value is (176,38,123). Sum of RGB (Red+Green+Blue) = 176+38+123=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B0267B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0267B is #4FD984. Grayscale: #585858. Windows color (decimal): -5233029 or 8070832. OLE color: 8070832.
HSL color Cylindrical-coordinate representation of color #B0267B: hue angle of 323.04º 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 #B0267B is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 38 | 123 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.31 |
| HSL | 323.04º | 0.64% | 0.42% | - |
| HSV(B) | 323.04º | 0.78% | 0.69% | - |
| XYZ | 22.17 | 12.05 | 19.9 | - |
| YUV | 88.95 | 147.22 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 38 | 123 | 0 | 0.78 | 0.30 | 0.31 | 323.04 | 0.64 | 0.42 |
| Hex | B0 | 26 | 7B | 0 | 4E | 1E | 1F | 143 | 40 | 2A |
| Octal | 260 | 46 | 173 | 0 | 116 | 36 | 37 | 503 | 100 | 52 |
| Binary | 10110000 | 100110 | 1111011 | 0 | 1001110 | 11110 | 11111 | 101000011 | 1000000 | 101010 |
Color Harmonies of #B0267B
Complementary color
Monochromatic Colors of #B0267B
Black with #B0267B
Text Example
Text Example
White with #B0267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0267B; }
p { color: rgb(176,38,123); }
H1.HeaderClassName
{
color: #B0267B;
}
.AnyTagClassName
{
color: #B0267B;
}
</style>
background-color css
<style>
a { background-color: #B0267B; }
a { background-color: rgb(176,38,123); }
div.DivClassName
{
background-color: #B0267B;
}
.BgClassName
{
background-color: #B0267B;
}
</style>
border-color css
<style>
span { border-color: #B0267B; }
span { border-color: rgb(176,38,123); }
td.TdClassName
{
border-color: #B0267B;
}
.TagClassName
{
border-color: #B0267B;
}
</style>