Shades of Medium Violet Red #B8107B
Tints of Medium Violet Red #B8107B
RGB
CMYK
RGB Variations
Color information
#B8107B (or 0xB8107B) is known color: Medium Violet Red. HEX triplet: B8, 10 and 7B. RGB value is (184,16,123). Sum of RGB (Red+Green+Blue) = 184+16+123=323 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.97% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 184 - color contains mainly: red. Hex color #B8107B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8107B is #47EF84. Grayscale: #4E4E4E. Windows color (decimal): -4714373 or 8065208. OLE color: 8065208.
HSL color Cylindrical-coordinate representation of color #B8107B: hue angle of 321.79º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B8107B is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 16 | 123 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.28 |
| HSL | 321.79º | 0.84% | 0.39% | - |
| HSV(B) | 321.79º | 0.91% | 0.72% | - |
| XYZ | 23.53 | 11.99 | 19.81 | - |
| YUV | 78.43 | 153.16 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 123 | 0 | 0.91 | 0.33 | 0.28 | 321.79 | 0.84 | 0.39 |
| Hex | B8 | 10 | 7B | 0 | 5B | 21 | 1C | 142 | 54 | 27 |
| Octal | 270 | 20 | 173 | 0 | 133 | 41 | 34 | 502 | 124 | 47 |
| Binary | 10111000 | 10000 | 1111011 | 0 | 1011011 | 100001 | 11100 | 101000010 | 1010100 | 100111 |
Color Harmonies of #B8107B
Complementary color
Monochromatic Colors of #B8107B
Black with #B8107B
Text Example
Text Example
White with #B8107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8107B; }
p { color: rgb(184,16,123); }
H1.HeaderClassName
{
color: #B8107B;
}
.AnyTagClassName
{
color: #B8107B;
}
</style>
background-color css
<style>
a { background-color: #B8107B; }
a { background-color: rgb(184,16,123); }
div.DivClassName
{
background-color: #B8107B;
}
.BgClassName
{
background-color: #B8107B;
}
</style>
border-color css
<style>
span { border-color: #B8107B; }
span { border-color: rgb(184,16,123); }
td.TdClassName
{
border-color: #B8107B;
}
.TagClassName
{
border-color: #B8107B;
}
</style>