Shades of Medium Violet Red #B20F8A
Tints of Medium Violet Red #B20F8A
RGB
CMYK
RGB Variations
Color information
#B20F8A (or 0xB20F8A) is known color: Medium Violet Red. HEX triplet: B2, 0F and 8A. RGB value is (178,15,138). Sum of RGB (Red+Green+Blue) = 178+15+138=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B20F8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20F8A is #4DF075. Grayscale: #4D4D4D. Windows color (decimal): -5107830 or 9047986. OLE color: 9047986.
HSL color Cylindrical-coordinate representation of color #B20F8A: hue angle of 314.72º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B20F8A is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 15 | 138 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.30 |
| HSL | 314.72º | 0.84% | 0.38% | - |
| HSV(B) | 314.72º | 0.92% | 0.7% | - |
| XYZ | 23.12 | 11.64 | 25.07 | - |
| YUV | 77.76 | 162 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 15 | 138 | 0 | 0.92 | 0.22 | 0.30 | 314.72 | 0.84 | 0.38 |
| Hex | B2 | F | 8A | 0 | 5C | 16 | 1E | 13B | 54 | 26 |
| Octal | 262 | 17 | 212 | 0 | 134 | 26 | 36 | 473 | 124 | 46 |
| Binary | 10110010 | 1111 | 10001010 | 0 | 1011100 | 10110 | 11110 | 100111011 | 1010100 | 100110 |
Color Harmonies of #B20F8A
Complementary color
Monochromatic Colors of #B20F8A
Black with #B20F8A
Text Example
Text Example
White with #B20F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20F8A; }
p { color: rgb(178,15,138); }
H1.HeaderClassName
{
color: #B20F8A;
}
.AnyTagClassName
{
color: #B20F8A;
}
</style>
background-color css
<style>
a { background-color: #B20F8A; }
a { background-color: rgb(178,15,138); }
div.DivClassName
{
background-color: #B20F8A;
}
.BgClassName
{
background-color: #B20F8A;
}
</style>
border-color css
<style>
span { border-color: #B20F8A; }
span { border-color: rgb(178,15,138); }
td.TdClassName
{
border-color: #B20F8A;
}
.TagClassName
{
border-color: #B20F8A;
}
</style>