Shades of Medium Violet Red #B30487
Tints of Medium Violet Red #B30487
RGB
CMYK
RGB Variations
Color information
#B30487 (or 0xB30487) is known color: Medium Violet Red. HEX triplet: B3, 04 and 87. RGB value is (179,4,135). Sum of RGB (Red+Green+Blue) = 179+4+135=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B30487 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30487 is #4CFB78. Grayscale: #464646. Windows color (decimal): -5045113 or 8848563. OLE color: 8848563.
HSL color Cylindrical-coordinate representation of color #B30487: hue angle of 315.09º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B30487 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 4 | 135 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.30 |
| HSL | 315.09º | 0.96% | 0.36% | - |
| HSV(B) | 315.09º | 0.98% | 0.7% | - |
| XYZ | 23.01 | 11.42 | 23.91 | - |
| YUV | 71.26 | 163.98 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 4 | 135 | 0 | 0.98 | 0.25 | 0.30 | 315.09 | 0.96 | 0.36 |
| Hex | B3 | 4 | 87 | 0 | 62 | 19 | 1E | 13B | 60 | 24 |
| Octal | 263 | 4 | 207 | 0 | 142 | 31 | 36 | 473 | 140 | 44 |
| Binary | 10110011 | 100 | 10000111 | 0 | 1100010 | 11001 | 11110 | 100111011 | 1100000 | 100100 |
Color Harmonies of #B30487
Complementary color
Monochromatic Colors of #B30487
Black with #B30487
Text Example
Text Example
White with #B30487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30487; }
p { color: rgb(179,4,135); }
H1.HeaderClassName
{
color: #B30487;
}
.AnyTagClassName
{
color: #B30487;
}
</style>
background-color css
<style>
a { background-color: #B30487; }
a { background-color: rgb(179,4,135); }
div.DivClassName
{
background-color: #B30487;
}
.BgClassName
{
background-color: #B30487;
}
</style>
border-color css
<style>
span { border-color: #B30487; }
span { border-color: rgb(179,4,135); }
td.TdClassName
{
border-color: #B30487;
}
.TagClassName
{
border-color: #B30487;
}
</style>