Shades of Medium Violet Red #B610A0
Tints of Medium Violet Red #B610A0
RGB
CMYK
RGB Variations
Color information
#B610A0 (or 0xB610A0) is known color: Medium Violet Red. HEX triplet: B6, 10 and A0. RGB value is (182,16,160). Sum of RGB (Red+Green+Blue) = 182+16+160=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 16 (6.64% from 255 or 4.47% from 358); Blue value is 160 (62.89% from 255 or 44.69% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B610A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B610A0 is #49EF5F. Grayscale: #515151. Windows color (decimal): -4845408 or 10490038. OLE color: 10490038.
HSL color Cylindrical-coordinate representation of color #B610A0: hue angle of 307.95º 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 #B610A0 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 16 | 160 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.29 |
| HSL | 307.95º | 0.84% | 0.39% | - |
| HSV(B) | 307.95º | 0.91% | 0.71% | - |
| XYZ | 25.82 | 12.85 | 34.38 | - |
| YUV | 82.05 | 172 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 16 | 160 | 0 | 0.91 | 0.12 | 0.29 | 307.95 | 0.84 | 0.39 |
| Hex | B6 | 10 | A0 | 0 | 5B | C | 1D | 134 | 54 | 27 |
| Octal | 266 | 20 | 240 | 0 | 133 | 14 | 35 | 464 | 124 | 47 |
| Binary | 10110110 | 10000 | 10100000 | 0 | 1011011 | 1100 | 11101 | 100110100 | 1010100 | 100111 |
Color Harmonies of #B610A0
Complementary color
Monochromatic Colors of #B610A0
Black with #B610A0
Text Example
Text Example
White with #B610A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B610A0; }
p { color: rgb(182,16,160); }
H1.HeaderClassName
{
color: #B610A0;
}
.AnyTagClassName
{
color: #B610A0;
}
</style>
background-color css
<style>
a { background-color: #B610A0; }
a { background-color: rgb(182,16,160); }
div.DivClassName
{
background-color: #B610A0;
}
.BgClassName
{
background-color: #B610A0;
}
</style>
border-color css
<style>
span { border-color: #B610A0; }
span { border-color: rgb(182,16,160); }
td.TdClassName
{
border-color: #B610A0;
}
.TagClassName
{
border-color: #B610A0;
}
</style>