Shades of Medium Red Violet #B5268E
Tints of Medium Red Violet #B5268E
RGB
CMYK
RGB Variations
Color information
#B5268E (or 0xB5268E) is known color: Medium Red Violet. HEX triplet: B5, 26 and 8E. RGB value is (181,38,142). Sum of RGB (Red+Green+Blue) = 181+38+142=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B5268E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5268E is #4AD971. Grayscale: #5C5C5C. Windows color (decimal): -4905330 or 9316021. OLE color: 9316021.
HSL color Cylindrical-coordinate representation of color #B5268E: hue angle of 316.36º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B5268E is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 38 | 142 | - |
| CMYK | 0 | 0.79 | 0.22 | 0.29 |
| HSL | 316.36º | 0.65% | 0.43% | - |
| HSV(B) | 316.36º | 0.79% | 0.71% | - |
| XYZ | 24.63 | 13.16 | 26.83 | - |
| YUV | 92.61 | 155.88 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 38 | 142 | 0 | 0.79 | 0.22 | 0.29 | 316.36 | 0.65 | 0.43 |
| Hex | B5 | 26 | 8E | 0 | 4F | 16 | 1D | 13C | 41 | 2B |
| Octal | 265 | 46 | 216 | 0 | 117 | 26 | 35 | 474 | 101 | 53 |
| Binary | 10110101 | 100110 | 10001110 | 0 | 1001111 | 10110 | 11101 | 100111100 | 1000001 | 101011 |
Color Harmonies of #B5268E
Complementary color
Monochromatic Colors of #B5268E
Black with #B5268E
Text Example
Text Example
White with #B5268E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5268E; }
p { color: rgb(181,38,142); }
H1.HeaderClassName
{
color: #B5268E;
}
.AnyTagClassName
{
color: #B5268E;
}
</style>
background-color css
<style>
a { background-color: #B5268E; }
a { background-color: rgb(181,38,142); }
div.DivClassName
{
background-color: #B5268E;
}
.BgClassName
{
background-color: #B5268E;
}
</style>
border-color css
<style>
span { border-color: #B5268E; }
span { border-color: rgb(181,38,142); }
td.TdClassName
{
border-color: #B5268E;
}
.TagClassName
{
border-color: #B5268E;
}
</style>