Shades of Medium Red Violet #B5268F
Tints of Medium Red Violet #B5268F
RGB
CMYK
RGB Variations
Color information
#B5268F (or 0xB5268F) is known color: Medium Red Violet. HEX triplet: B5, 26 and 8F. RGB value is (181,38,143). Sum of RGB (Red+Green+Blue) = 181+38+143=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B5268F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5268F is #4AD970. Grayscale: #5C5C5C. Windows color (decimal): -4905329 or 9381557. OLE color: 9381557.
HSL color Cylindrical-coordinate representation of color #B5268F: hue angle of 315.94º 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 #B5268F is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 38 | 143 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.29 |
| HSL | 315.94º | 0.65% | 0.43% | - |
| HSV(B) | 315.94º | 0.79% | 0.71% | - |
| XYZ | 24.71 | 13.19 | 27.23 | - |
| YUV | 92.73 | 156.38 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 38 | 143 | 0 | 0.79 | 0.21 | 0.29 | 315.94 | 0.65 | 0.43 |
| Hex | B5 | 26 | 8F | 0 | 4F | 15 | 1D | 13C | 41 | 2B |
| Octal | 265 | 46 | 217 | 0 | 117 | 25 | 35 | 474 | 101 | 53 |
| Binary | 10110101 | 100110 | 10001111 | 0 | 1001111 | 10101 | 11101 | 100111100 | 1000001 | 101011 |
Color Harmonies of #B5268F
Complementary color
Monochromatic Colors of #B5268F
Black with #B5268F
Text Example
Text Example
White with #B5268F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5268F; }
p { color: rgb(181,38,143); }
H1.HeaderClassName
{
color: #B5268F;
}
.AnyTagClassName
{
color: #B5268F;
}
</style>
background-color css
<style>
a { background-color: #B5268F; }
a { background-color: rgb(181,38,143); }
div.DivClassName
{
background-color: #B5268F;
}
.BgClassName
{
background-color: #B5268F;
}
</style>
border-color css
<style>
span { border-color: #B5268F; }
span { border-color: rgb(181,38,143); }
td.TdClassName
{
border-color: #B5268F;
}
.TagClassName
{
border-color: #B5268F;
}
</style>