Shades of Medium Red Violet #B0268D
Tints of Medium Red Violet #B0268D
RGB
CMYK
RGB Variations
Color information
#B0268D (or 0xB0268D) is known color: Medium Red Violet. HEX triplet: B0, 26 and 8D. RGB value is (176,38,141). Sum of RGB (Red+Green+Blue) = 176+38+141=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B0268D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0268D is #4FD972. Grayscale: #5A5A5A. Windows color (decimal): -5233011 or 9250480. OLE color: 9250480.
HSL color Cylindrical-coordinate representation of color #B0268D: hue angle of 315.22º 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 #B0268D is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 38 | 141 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.31 |
| HSL | 315.22º | 0.64% | 0.42% | - |
| HSV(B) | 315.22º | 0.78% | 0.69% | - |
| XYZ | 23.41 | 12.54 | 26.39 | - |
| YUV | 91 | 156.22 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 38 | 141 | 0 | 0.78 | 0.20 | 0.31 | 315.22 | 0.64 | 0.42 |
| Hex | B0 | 26 | 8D | 0 | 4E | 14 | 1F | 13B | 40 | 2A |
| Octal | 260 | 46 | 215 | 0 | 116 | 24 | 37 | 473 | 100 | 52 |
| Binary | 10110000 | 100110 | 10001101 | 0 | 1001110 | 10100 | 11111 | 100111011 | 1000000 | 101010 |
Color Harmonies of #B0268D
Complementary color
Monochromatic Colors of #B0268D
Black with #B0268D
Text Example
Text Example
White with #B0268D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0268D; }
p { color: rgb(176,38,141); }
H1.HeaderClassName
{
color: #B0268D;
}
.AnyTagClassName
{
color: #B0268D;
}
</style>
background-color css
<style>
a { background-color: #B0268D; }
a { background-color: rgb(176,38,141); }
div.DivClassName
{
background-color: #B0268D;
}
.BgClassName
{
background-color: #B0268D;
}
</style>
border-color css
<style>
span { border-color: #B0268D; }
span { border-color: rgb(176,38,141); }
td.TdClassName
{
border-color: #B0268D;
}
.TagClassName
{
border-color: #B0268D;
}
</style>