Shades of Medium Violet Red #B6107B
Tints of Medium Violet Red #B6107B
RGB
CMYK
RGB Variations
Color information
#B6107B (or 0xB6107B) is known color: Medium Violet Red. HEX triplet: B6, 10 and 7B. RGB value is (182,16,123). Sum of RGB (Red+Green+Blue) = 182+16+123=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B6107B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6107B is #49EF84. Grayscale: #4D4D4D. Windows color (decimal): -4845445 or 8065206. OLE color: 8065206.
HSL color Cylindrical-coordinate representation of color #B6107B: hue angle of 321.33º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B6107B is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 16 | 123 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.29 |
| HSL | 321.33º | 0.84% | 0.39% | - |
| HSV(B) | 321.33º | 0.91% | 0.71% | - |
| XYZ | 23.05 | 11.75 | 19.79 | - |
| YUV | 77.83 | 153.5 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 16 | 123 | 0 | 0.91 | 0.32 | 0.29 | 321.33 | 0.84 | 0.39 |
| Hex | B6 | 10 | 7B | 0 | 5B | 20 | 1D | 141 | 54 | 27 |
| Octal | 266 | 20 | 173 | 0 | 133 | 40 | 35 | 501 | 124 | 47 |
| Binary | 10110110 | 10000 | 1111011 | 0 | 1011011 | 100000 | 11101 | 101000001 | 1010100 | 100111 |
Color Harmonies of #B6107B
Complementary color
Monochromatic Colors of #B6107B
Black with #B6107B
Text Example
Text Example
White with #B6107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6107B; }
p { color: rgb(182,16,123); }
H1.HeaderClassName
{
color: #B6107B;
}
.AnyTagClassName
{
color: #B6107B;
}
</style>
background-color css
<style>
a { background-color: #B6107B; }
a { background-color: rgb(182,16,123); }
div.DivClassName
{
background-color: #B6107B;
}
.BgClassName
{
background-color: #B6107B;
}
</style>
border-color css
<style>
span { border-color: #B6107B; }
span { border-color: rgb(182,16,123); }
td.TdClassName
{
border-color: #B6107B;
}
.TagClassName
{
border-color: #B6107B;
}
</style>