Shades of Medium Violet Red #B9018B
Tints of Medium Violet Red #B9018B
RGB
CMYK
RGB Variations
Color information
#B9018B (or 0xB9018B) is known color: Medium Violet Red. HEX triplet: B9, 01 and 8B. RGB value is (185,1,139). Sum of RGB (Red+Green+Blue) = 185+1+139=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B9018B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9018B is #46FE74. Grayscale: #474747. Windows color (decimal): -4652661 or 9109945. OLE color: 9109945.
HSL color Cylindrical-coordinate representation of color #B9018B: hue angle of 315º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9018B is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 139 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.27 |
| HSL | 315º | 0.99% | 0.36% | - |
| HSV(B) | 315º | 0.99% | 0.73% | - |
| XYZ | 24.68 | 12.2 | 25.48 | - |
| YUV | 71.75 | 165.96 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 139 | 0 | 0.99 | 0.25 | 0.27 | 315 | 0.99 | 0.36 |
| Hex | B9 | 1 | 8B | 0 | 63 | 19 | 1B | 13B | 63 | 24 |
| Octal | 271 | 1 | 213 | 0 | 143 | 31 | 33 | 473 | 143 | 44 |
| Binary | 10111001 | 1 | 10001011 | 0 | 1100011 | 11001 | 11011 | 100111011 | 1100011 | 100100 |
Color Harmonies of #B9018B
Complementary color
Monochromatic Colors of #B9018B
Black with #B9018B
Text Example
Text Example
White with #B9018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9018B; }
p { color: rgb(185,1,139); }
H1.HeaderClassName
{
color: #B9018B;
}
.AnyTagClassName
{
color: #B9018B;
}
</style>
background-color css
<style>
a { background-color: #B9018B; }
a { background-color: rgb(185,1,139); }
div.DivClassName
{
background-color: #B9018B;
}
.BgClassName
{
background-color: #B9018B;
}
</style>
border-color css
<style>
span { border-color: #B9018B; }
span { border-color: rgb(185,1,139); }
td.TdClassName
{
border-color: #B9018B;
}
.TagClassName
{
border-color: #B9018B;
}
</style>