Shades of Medium Violet Red #B2018A
Tints of Medium Violet Red #B2018A
RGB
CMYK
RGB Variations
Color information
#B2018A (or 0xB2018A) is known color: Medium Violet Red. HEX triplet: B2, 01 and 8A. RGB value is (178,1,138). Sum of RGB (Red+Green+Blue) = 178+1+138=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B2018A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2018A is #4DFE75. Grayscale: #454545. Windows color (decimal): -5111414 or 9044402. OLE color: 9044402.
HSL color Cylindrical-coordinate representation of color #B2018A: hue angle of 313.56º 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 #B2018A is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 1 | 138 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.30 |
| HSL | 313.56º | 0.99% | 0.35% | - |
| HSV(B) | 313.56º | 0.99% | 0.7% | - |
| XYZ | 22.96 | 11.32 | 25.02 | - |
| YUV | 69.54 | 166.64 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 138 | 0 | 0.99 | 0.22 | 0.30 | 313.56 | 0.99 | 0.35 |
| Hex | B2 | 1 | 8A | 0 | 63 | 16 | 1E | 13A | 63 | 23 |
| Octal | 262 | 1 | 212 | 0 | 143 | 26 | 36 | 472 | 143 | 43 |
| Binary | 10110010 | 1 | 10001010 | 0 | 1100011 | 10110 | 11110 | 100111010 | 1100011 | 100011 |
Color Harmonies of #B2018A
Complementary color
Monochromatic Colors of #B2018A
Black with #B2018A
Text Example
Text Example
White with #B2018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2018A; }
p { color: rgb(178,1,138); }
H1.HeaderClassName
{
color: #B2018A;
}
.AnyTagClassName
{
color: #B2018A;
}
</style>
background-color css
<style>
a { background-color: #B2018A; }
a { background-color: rgb(178,1,138); }
div.DivClassName
{
background-color: #B2018A;
}
.BgClassName
{
background-color: #B2018A;
}
</style>
border-color css
<style>
span { border-color: #B2018A; }
span { border-color: rgb(178,1,138); }
td.TdClassName
{
border-color: #B2018A;
}
.TagClassName
{
border-color: #B2018A;
}
</style>