Shades of Medium Red Violet #B0266D
Tints of Medium Red Violet #B0266D
RGB
CMYK
RGB Variations
Color information
#B0266D (or 0xB0266D) is known color: Medium Red Violet. HEX triplet: B0, 26 and 6D. RGB value is (176,38,109). Sum of RGB (Red+Green+Blue) = 176+38+109=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B0266D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0266D is #4FD992. Grayscale: #575757. Windows color (decimal): -5233043 or 7153328. OLE color: 7153328.
HSL color Cylindrical-coordinate representation of color #B0266D: hue angle of 329.13º 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 #B0266D is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 38 | 109 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.31 |
| HSL | 329.13º | 0.64% | 0.42% | - |
| HSV(B) | 329.13º | 0.78% | 0.69% | - |
| XYZ | 21.36 | 11.72 | 15.6 | - |
| YUV | 87.36 | 140.22 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 38 | 109 | 0 | 0.78 | 0.38 | 0.31 | 329.13 | 0.64 | 0.42 |
| Hex | B0 | 26 | 6D | 0 | 4E | 26 | 1F | 149 | 40 | 2A |
| Octal | 260 | 46 | 155 | 0 | 116 | 46 | 37 | 511 | 100 | 52 |
| Binary | 10110000 | 100110 | 1101101 | 0 | 1001110 | 100110 | 11111 | 101001001 | 1000000 | 101010 |
Color Harmonies of #B0266D
Complementary color
Monochromatic Colors of #B0266D
Black with #B0266D
Text Example
Text Example
White with #B0266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0266D; }
p { color: rgb(176,38,109); }
H1.HeaderClassName
{
color: #B0266D;
}
.AnyTagClassName
{
color: #B0266D;
}
</style>
background-color css
<style>
a { background-color: #B0266D; }
a { background-color: rgb(176,38,109); }
div.DivClassName
{
background-color: #B0266D;
}
.BgClassName
{
background-color: #B0266D;
}
</style>
border-color css
<style>
span { border-color: #B0266D; }
span { border-color: rgb(176,38,109); }
td.TdClassName
{
border-color: #B0266D;
}
.TagClassName
{
border-color: #B0266D;
}
</style>