Shades of Medium Violet Red #B00182
Tints of Medium Violet Red #B00182
RGB
CMYK
RGB Variations
Color information
#B00182 (or 0xB00182) is known color: Medium Violet Red. HEX triplet: B0, 01 and 82. RGB value is (176,1,130). Sum of RGB (Red+Green+Blue) = 176+1+130=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B00182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00182 is #4FFE7D. Grayscale: #434343. Windows color (decimal): -5242494 or 8520112. OLE color: 8520112.
HSL color Cylindrical-coordinate representation of color #B00182: hue angle of 315.77º degrees, saturation: 0.99, 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 #B00182 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 1 | 130 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.31 |
| HSL | 315.77º | 0.99% | 0.35% | - |
| HSV(B) | 315.77º | 0.99% | 0.69% | - |
| XYZ | 21.94 | 10.86 | 22.06 | - |
| YUV | 68.03 | 162.98 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 130 | 0 | 0.99 | 0.26 | 0.31 | 315.77 | 0.99 | 0.35 |
| Hex | B0 | 1 | 82 | 0 | 63 | 1A | 1F | 13C | 63 | 23 |
| Octal | 260 | 1 | 202 | 0 | 143 | 32 | 37 | 474 | 143 | 43 |
| Binary | 10110000 | 1 | 10000010 | 0 | 1100011 | 11010 | 11111 | 100111100 | 1100011 | 100011 |
Color Harmonies of #B00182
Complementary color
Monochromatic Colors of #B00182
Black with #B00182
Text Example
Text Example
White with #B00182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00182; }
p { color: rgb(176,1,130); }
H1.HeaderClassName
{
color: #B00182;
}
.AnyTagClassName
{
color: #B00182;
}
</style>
background-color css
<style>
a { background-color: #B00182; }
a { background-color: rgb(176,1,130); }
div.DivClassName
{
background-color: #B00182;
}
.BgClassName
{
background-color: #B00182;
}
</style>
border-color css
<style>
span { border-color: #B00182; }
span { border-color: rgb(176,1,130); }
td.TdClassName
{
border-color: #B00182;
}
.TagClassName
{
border-color: #B00182;
}
</style>