Shades of Medium Violet Red #B010A5
Tints of Medium Violet Red #B010A5
RGB
CMYK
RGB Variations
Color information
#B010A5 (or 0xB010A5) is known color: Medium Violet Red. HEX triplet: B0, 10 and A5. RGB value is (176,16,165). Sum of RGB (Red+Green+Blue) = 176+16+165=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 165 (64.84% from 255 or 46.22% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B010A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B010A5 is #4FEF5A. Grayscale: #505050. Windows color (decimal): -5238619 or 10817712. OLE color: 10817712.
HSL color Cylindrical-coordinate representation of color #B010A5: hue angle of 304.12º 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 #B010A5 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 16 | 165 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.31 |
| HSL | 304.13º | 0.83% | 0.38% | - |
| HSV(B) | 304.13º | 0.91% | 0.69% | - |
| XYZ | 24.88 | 12.32 | 36.66 | - |
| YUV | 80.83 | 175.51 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 165 | 0 | 0.91 | 0.06 | 0.31 | 304.13 | 0.83 | 0.38 |
| Hex | B0 | 10 | A5 | 0 | 5B | 6 | 1F | 130 | 53 | 26 |
| Octal | 260 | 20 | 245 | 0 | 133 | 6 | 37 | 460 | 123 | 46 |
| Binary | 10110000 | 10000 | 10100101 | 0 | 1011011 | 110 | 11111 | 100110000 | 1010011 | 100110 |
Color Harmonies of #B010A5
Complementary color
Monochromatic Colors of #B010A5
Black with #B010A5
Text Example
Text Example
White with #B010A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B010A5; }
p { color: rgb(176,16,165); }
H1.HeaderClassName
{
color: #B010A5;
}
.AnyTagClassName
{
color: #B010A5;
}
</style>
background-color css
<style>
a { background-color: #B010A5; }
a { background-color: rgb(176,16,165); }
div.DivClassName
{
background-color: #B010A5;
}
.BgClassName
{
background-color: #B010A5;
}
</style>
border-color css
<style>
span { border-color: #B010A5; }
span { border-color: rgb(176,16,165); }
td.TdClassName
{
border-color: #B010A5;
}
.TagClassName
{
border-color: #B010A5;
}
</style>