Shades of Medium Red Violet #B0268F
Tints of Medium Red Violet #B0268F
RGB
CMYK
RGB Variations
Color information
#B0268F (or 0xB0268F) is known color: Medium Red Violet. HEX triplet: B0, 26 and 8F. RGB value is (176,38,143). Sum of RGB (Red+Green+Blue) = 176+38+143=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 38 (15.23% from 255 or 10.64% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B0268F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0268F is #4FD970. Grayscale: #5A5A5A. Windows color (decimal): -5233009 or 9381552. OLE color: 9381552.
HSL color Cylindrical-coordinate representation of color #B0268F: hue angle of 314.35º 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 #B0268F is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 38 | 143 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.31 |
| HSL | 314.35º | 0.64% | 0.42% | - |
| HSV(B) | 314.35º | 0.78% | 0.69% | - |
| XYZ | 23.56 | 12.6 | 27.18 | - |
| YUV | 91.23 | 157.22 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 38 | 143 | 0 | 0.78 | 0.19 | 0.31 | 314.35 | 0.64 | 0.42 |
| Hex | B0 | 26 | 8F | 0 | 4E | 13 | 1F | 13A | 40 | 2A |
| Octal | 260 | 46 | 217 | 0 | 116 | 23 | 37 | 472 | 100 | 52 |
| Binary | 10110000 | 100110 | 10001111 | 0 | 1001110 | 10011 | 11111 | 100111010 | 1000000 | 101010 |
Color Harmonies of #B0268F
Complementary color
Monochromatic Colors of #B0268F
Black with #B0268F
Text Example
Text Example
White with #B0268F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0268F; }
p { color: rgb(176,38,143); }
H1.HeaderClassName
{
color: #B0268F;
}
.AnyTagClassName
{
color: #B0268F;
}
</style>
background-color css
<style>
a { background-color: #B0268F; }
a { background-color: rgb(176,38,143); }
div.DivClassName
{
background-color: #B0268F;
}
.BgClassName
{
background-color: #B0268F;
}
</style>
border-color css
<style>
span { border-color: #B0268F; }
span { border-color: rgb(176,38,143); }
td.TdClassName
{
border-color: #B0268F;
}
.TagClassName
{
border-color: #B0268F;
}
</style>