Shades of Medium Violet Red #B2018B
Tints of Medium Violet Red #B2018B
RGB
CMYK
RGB Variations
Color information
#B2018B (or 0xB2018B) is known color: Medium Violet Red. HEX triplet: B2, 01 and 8B. RGB value is (178,1,139). Sum of RGB (Red+Green+Blue) = 178+1+139=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B2018B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2018B is #4DFE74. Grayscale: #454545. Windows color (decimal): -5111413 or 9109938. OLE color: 9109938.
HSL color Cylindrical-coordinate representation of color #B2018B: hue angle of 313.22º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B2018B is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 1 | 139 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.30 |
| HSL | 313.22º | 0.99% | 0.35% | - |
| HSV(B) | 313.22º | 0.99% | 0.7% | - |
| XYZ | 23.03 | 11.35 | 25.4 | - |
| YUV | 69.66 | 167.14 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 139 | 0 | 0.99 | 0.22 | 0.30 | 313.22 | 0.99 | 0.35 |
| Hex | B2 | 1 | 8B | 0 | 63 | 16 | 1E | 139 | 63 | 23 |
| Octal | 262 | 1 | 213 | 0 | 143 | 26 | 36 | 471 | 143 | 43 |
| Binary | 10110010 | 1 | 10001011 | 0 | 1100011 | 10110 | 11110 | 100111001 | 1100011 | 100011 |
Color Harmonies of #B2018B
Complementary color
Monochromatic Colors of #B2018B
Black with #B2018B
Text Example
Text Example
White with #B2018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2018B; }
p { color: rgb(178,1,139); }
H1.HeaderClassName
{
color: #B2018B;
}
.AnyTagClassName
{
color: #B2018B;
}
</style>
background-color css
<style>
a { background-color: #B2018B; }
a { background-color: rgb(178,1,139); }
div.DivClassName
{
background-color: #B2018B;
}
.BgClassName
{
background-color: #B2018B;
}
</style>
border-color css
<style>
span { border-color: #B2018B; }
span { border-color: rgb(178,1,139); }
td.TdClassName
{
border-color: #B2018B;
}
.TagClassName
{
border-color: #B2018B;
}
</style>