Shades of Medium Violet Red #B010A2
Tints of Medium Violet Red #B010A2
RGB
CMYK
RGB Variations
Color information
#B010A2 (or 0xB010A2) is known color: Medium Violet Red. HEX triplet: B0, 10 and A2. RGB value is (176,16,162). Sum of RGB (Red+Green+Blue) = 176+16+162=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B010A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B010A2 is #4FEF5D. Grayscale: #505050. Windows color (decimal): -5238622 or 10621104. OLE color: 10621104.
HSL color Cylindrical-coordinate representation of color #B010A2: hue angle of 305.25º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B010A2 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 16 | 162 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.31 |
| HSL | 305.25º | 0.83% | 0.38% | - |
| HSV(B) | 305.25º | 0.91% | 0.69% | - |
| XYZ | 24.61 | 12.21 | 35.24 | - |
| YUV | 80.48 | 174.01 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 162 | 0 | 0.91 | 0.08 | 0.31 | 305.25 | 0.83 | 0.38 |
| Hex | B0 | 10 | A2 | 0 | 5B | 8 | 1F | 131 | 53 | 26 |
| Octal | 260 | 20 | 242 | 0 | 133 | 10 | 37 | 461 | 123 | 46 |
| Binary | 10110000 | 10000 | 10100010 | 0 | 1011011 | 1000 | 11111 | 100110001 | 1010011 | 100110 |
Color Harmonies of #B010A2
Complementary color
Monochromatic Colors of #B010A2
Black with #B010A2
Text Example
Text Example
White with #B010A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B010A2; }
p { color: rgb(176,16,162); }
H1.HeaderClassName
{
color: #B010A2;
}
.AnyTagClassName
{
color: #B010A2;
}
</style>
background-color css
<style>
a { background-color: #B010A2; }
a { background-color: rgb(176,16,162); }
div.DivClassName
{
background-color: #B010A2;
}
.BgClassName
{
background-color: #B010A2;
}
</style>
border-color css
<style>
span { border-color: #B010A2; }
span { border-color: rgb(176,16,162); }
td.TdClassName
{
border-color: #B010A2;
}
.TagClassName
{
border-color: #B010A2;
}
</style>