Shades of Medium Violet Red #B0018B
Tints of Medium Violet Red #B0018B
RGB
CMYK
RGB Variations
Color information
#B0018B (or 0xB0018B) is known color: Medium Violet Red. HEX triplet: B0, 01 and 8B. RGB value is (176,1,139). Sum of RGB (Red+Green+Blue) = 176+1+139=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B0018B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0018B is #4FFE74. Grayscale: #444444. Windows color (decimal): -5242485 or 9109936. OLE color: 9109936.
HSL color Cylindrical-coordinate representation of color #B0018B: hue angle of 312.69º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B0018B is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 1 | 139 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.31 |
| HSL | 312.69º | 0.99% | 0.35% | - |
| HSV(B) | 312.69º | 0.99% | 0.69% | - |
| XYZ | 22.58 | 11.12 | 25.38 | - |
| YUV | 69.06 | 167.48 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 139 | 0 | 0.99 | 0.21 | 0.31 | 312.69 | 0.99 | 0.35 |
| Hex | B0 | 1 | 8B | 0 | 63 | 15 | 1F | 139 | 63 | 23 |
| Octal | 260 | 1 | 213 | 0 | 143 | 25 | 37 | 471 | 143 | 43 |
| Binary | 10110000 | 1 | 10001011 | 0 | 1100011 | 10101 | 11111 | 100111001 | 1100011 | 100011 |
Color Harmonies of #B0018B
Complementary color
Monochromatic Colors of #B0018B
Black with #B0018B
Text Example
Text Example
White with #B0018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0018B; }
p { color: rgb(176,1,139); }
H1.HeaderClassName
{
color: #B0018B;
}
.AnyTagClassName
{
color: #B0018B;
}
</style>
background-color css
<style>
a { background-color: #B0018B; }
a { background-color: rgb(176,1,139); }
div.DivClassName
{
background-color: #B0018B;
}
.BgClassName
{
background-color: #B0018B;
}
</style>
border-color css
<style>
span { border-color: #B0018B; }
span { border-color: rgb(176,1,139); }
td.TdClassName
{
border-color: #B0018B;
}
.TagClassName
{
border-color: #B0018B;
}
</style>