Shades of Medium Red Violet #B0268E
Tints of Medium Red Violet #B0268E
RGB
CMYK
RGB Variations
Color information
#B0268E (or 0xB0268E) is known color: Medium Red Violet. HEX triplet: B0, 26 and 8E. RGB value is (176,38,142). Sum of RGB (Red+Green+Blue) = 176+38+142=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B0268E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0268E is #4FD971. Grayscale: #5A5A5A. Windows color (decimal): -5233010 or 9316016. OLE color: 9316016.
HSL color Cylindrical-coordinate representation of color #B0268E: hue angle of 314.78º 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 #B0268E is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 38 | 142 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.31 |
| HSL | 314.78º | 0.64% | 0.42% | - |
| HSV(B) | 314.78º | 0.78% | 0.69% | - |
| XYZ | 23.48 | 12.57 | 26.78 | - |
| YUV | 91.12 | 156.72 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 38 | 142 | 0 | 0.78 | 0.19 | 0.31 | 314.78 | 0.64 | 0.42 |
| Hex | B0 | 26 | 8E | 0 | 4E | 13 | 1F | 13B | 40 | 2A |
| Octal | 260 | 46 | 216 | 0 | 116 | 23 | 37 | 473 | 100 | 52 |
| Binary | 10110000 | 100110 | 10001110 | 0 | 1001110 | 10011 | 11111 | 100111011 | 1000000 | 101010 |
Color Harmonies of #B0268E
Complementary color
Monochromatic Colors of #B0268E
Black with #B0268E
Text Example
Text Example
White with #B0268E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0268E; }
p { color: rgb(176,38,142); }
H1.HeaderClassName
{
color: #B0268E;
}
.AnyTagClassName
{
color: #B0268E;
}
</style>
background-color css
<style>
a { background-color: #B0268E; }
a { background-color: rgb(176,38,142); }
div.DivClassName
{
background-color: #B0268E;
}
.BgClassName
{
background-color: #B0268E;
}
</style>
border-color css
<style>
span { border-color: #B0268E; }
span { border-color: rgb(176,38,142); }
td.TdClassName
{
border-color: #B0268E;
}
.TagClassName
{
border-color: #B0268E;
}
</style>