Shades of Medium Violet Red #B5028B
Tints of Medium Violet Red #B5028B
RGB
CMYK
RGB Variations
Color information
#B5028B (or 0xB5028B) is known color: Medium Violet Red. HEX triplet: B5, 02 and 8B. RGB value is (181,2,139). Sum of RGB (Red+Green+Blue) = 181+2+139=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B5028B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5028B is #4AFD74. Grayscale: #464646. Windows color (decimal): -4914549 or 9110197. OLE color: 9110197.
HSL color Cylindrical-coordinate representation of color #B5028B: hue angle of 314.08º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B5028B is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 2 | 139 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.29 |
| HSL | 314.08º | 0.98% | 0.36% | - |
| HSV(B) | 314.08º | 0.99% | 0.71% | - |
| XYZ | 23.74 | 11.73 | 25.44 | - |
| YUV | 71.14 | 166.3 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 139 | 0 | 0.99 | 0.23 | 0.29 | 314.08 | 0.98 | 0.36 |
| Hex | B5 | 2 | 8B | 0 | 63 | 17 | 1D | 13A | 62 | 24 |
| Octal | 265 | 2 | 213 | 0 | 143 | 27 | 35 | 472 | 142 | 44 |
| Binary | 10110101 | 10 | 10001011 | 0 | 1100011 | 10111 | 11101 | 100111010 | 1100010 | 100100 |
Color Harmonies of #B5028B
Complementary color
Monochromatic Colors of #B5028B
Black with #B5028B
Text Example
Text Example
White with #B5028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5028B; }
p { color: rgb(181,2,139); }
H1.HeaderClassName
{
color: #B5028B;
}
.AnyTagClassName
{
color: #B5028B;
}
</style>
background-color css
<style>
a { background-color: #B5028B; }
a { background-color: rgb(181,2,139); }
div.DivClassName
{
background-color: #B5028B;
}
.BgClassName
{
background-color: #B5028B;
}
</style>
border-color css
<style>
span { border-color: #B5028B; }
span { border-color: rgb(181,2,139); }
td.TdClassName
{
border-color: #B5028B;
}
.TagClassName
{
border-color: #B5028B;
}
</style>