Shades of Medium Violet Red #B018A5
Tints of Medium Violet Red #B018A5
RGB
CMYK
RGB Variations
Color information
#B018A5 (or 0xB018A5) is known color: Medium Violet Red. HEX triplet: B0, 18 and A5. RGB value is (176,24,165). Sum of RGB (Red+Green+Blue) = 176+24+165=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 165 (64.84% from 255 or 45.21% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B018A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B018A5 is #4FE75A. Grayscale: #555555. Windows color (decimal): -5236571 or 10819760. OLE color: 10819760.
HSL color Cylindrical-coordinate representation of color #B018A5: hue angle of 304.34º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B018A5 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 24 | 165 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.31 |
| HSL | 304.34º | 0.76% | 0.39% | - |
| HSV(B) | 304.34º | 0.86% | 0.69% | - |
| XYZ | 25.02 | 12.6 | 36.71 | - |
| YUV | 85.52 | 172.86 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 24 | 165 | 0 | 0.86 | 0.06 | 0.31 | 304.34 | 0.76 | 0.39 |
| Hex | B0 | 18 | A5 | 0 | 56 | 6 | 1F | 130 | 4C | 27 |
| Octal | 260 | 30 | 245 | 0 | 126 | 6 | 37 | 460 | 114 | 47 |
| Binary | 10110000 | 11000 | 10100101 | 0 | 1010110 | 110 | 11111 | 100110000 | 1001100 | 100111 |
Color Harmonies of #B018A5
Complementary color
Monochromatic Colors of #B018A5
Black with #B018A5
Text Example
Text Example
White with #B018A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B018A5; }
p { color: rgb(176,24,165); }
H1.HeaderClassName
{
color: #B018A5;
}
.AnyTagClassName
{
color: #B018A5;
}
</style>
background-color css
<style>
a { background-color: #B018A5; }
a { background-color: rgb(176,24,165); }
div.DivClassName
{
background-color: #B018A5;
}
.BgClassName
{
background-color: #B018A5;
}
</style>
border-color css
<style>
span { border-color: #B018A5; }
span { border-color: rgb(176,24,165); }
td.TdClassName
{
border-color: #B018A5;
}
.TagClassName
{
border-color: #B018A5;
}
</style>