Shades of Medium Violet Red #B017A3
Tints of Medium Violet Red #B017A3
RGB
CMYK
RGB Variations
Color information
#B017A3 (or 0xB017A3) is known color: Medium Violet Red. HEX triplet: B0, 17 and A3. RGB value is (176,23,163). Sum of RGB (Red+Green+Blue) = 176+23+163=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 23 (9.38% from 255 or 6.35% from 362); Blue value is 163 (64.06% from 255 or 45.03% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B017A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B017A3 is #4FE85C. Grayscale: #545454. Windows color (decimal): -5236829 or 10688432. OLE color: 10688432.
HSL color Cylindrical-coordinate representation of color #B017A3: hue angle of 305.1º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B017A3 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 23 | 163 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.31 |
| HSL | 305.1º | 0.77% | 0.39% | - |
| HSV(B) | 305.1º | 0.87% | 0.69% | - |
| XYZ | 24.82 | 12.49 | 35.75 | - |
| YUV | 84.71 | 172.19 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 23 | 163 | 0 | 0.87 | 0.07 | 0.31 | 305.1 | 0.77 | 0.39 |
| Hex | B0 | 17 | A3 | 0 | 57 | 7 | 1F | 131 | 4D | 27 |
| Octal | 260 | 27 | 243 | 0 | 127 | 7 | 37 | 461 | 115 | 47 |
| Binary | 10110000 | 10111 | 10100011 | 0 | 1010111 | 111 | 11111 | 100110001 | 1001101 | 100111 |
Color Harmonies of #B017A3
Complementary color
Monochromatic Colors of #B017A3
Black with #B017A3
Text Example
Text Example
White with #B017A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B017A3; }
p { color: rgb(176,23,163); }
H1.HeaderClassName
{
color: #B017A3;
}
.AnyTagClassName
{
color: #B017A3;
}
</style>
background-color css
<style>
a { background-color: #B017A3; }
a { background-color: rgb(176,23,163); }
div.DivClassName
{
background-color: #B017A3;
}
.BgClassName
{
background-color: #B017A3;
}
</style>
border-color css
<style>
span { border-color: #B017A3; }
span { border-color: rgb(176,23,163); }
td.TdClassName
{
border-color: #B017A3;
}
.TagClassName
{
border-color: #B017A3;
}
</style>