Shades of Medium Violet Red #B0027D
Tints of Medium Violet Red #B0027D
RGB
CMYK
RGB Variations
Color information
#B0027D (or 0xB0027D) is known color: Medium Violet Red. HEX triplet: B0, 02 and 7D. RGB value is (176,2,125). Sum of RGB (Red+Green+Blue) = 176+2+125=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B0027D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0027D is #4FFD82. Grayscale: #434343. Windows color (decimal): -5242243 or 8192688. OLE color: 8192688.
HSL color Cylindrical-coordinate representation of color #B0027D: hue angle of 317.59º degrees, saturation: 0.98, 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 #B0027D is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 2 | 125 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.31 |
| HSL | 317.59º | 0.98% | 0.35% | - |
| HSV(B) | 317.59º | 0.99% | 0.69% | - |
| XYZ | 21.63 | 10.75 | 20.34 | - |
| YUV | 68.05 | 160.15 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 2 | 125 | 0 | 0.99 | 0.29 | 0.31 | 317.59 | 0.98 | 0.35 |
| Hex | B0 | 2 | 7D | 0 | 63 | 1D | 1F | 13E | 62 | 23 |
| Octal | 260 | 2 | 175 | 0 | 143 | 35 | 37 | 476 | 142 | 43 |
| Binary | 10110000 | 10 | 1111101 | 0 | 1100011 | 11101 | 11111 | 100111110 | 1100010 | 100011 |
Color Harmonies of #B0027D
Complementary color
Monochromatic Colors of #B0027D
Black with #B0027D
Text Example
Text Example
White with #B0027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0027D; }
p { color: rgb(176,2,125); }
H1.HeaderClassName
{
color: #B0027D;
}
.AnyTagClassName
{
color: #B0027D;
}
</style>
background-color css
<style>
a { background-color: #B0027D; }
a { background-color: rgb(176,2,125); }
div.DivClassName
{
background-color: #B0027D;
}
.BgClassName
{
background-color: #B0027D;
}
</style>
border-color css
<style>
span { border-color: #B0027D; }
span { border-color: rgb(176,2,125); }
td.TdClassName
{
border-color: #B0027D;
}
.TagClassName
{
border-color: #B0027D;
}
</style>