Shades of Medium Violet Red #B40283
Tints of Medium Violet Red #B40283
RGB
CMYK
RGB Variations
Color information
#B40283 (or 0xB40283) is known color: Medium Violet Red. HEX triplet: B4, 02 and 83. RGB value is (180,2,131). Sum of RGB (Red+Green+Blue) = 180+2+131=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B40283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40283 is #4BFD7C. Grayscale: #454545. Windows color (decimal): -4980093 or 8585908. OLE color: 8585908.
HSL color Cylindrical-coordinate representation of color #B40283: hue angle of 316.52º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B40283 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 2 | 131 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.29 |
| HSL | 316.52º | 0.98% | 0.36% | - |
| HSV(B) | 316.52º | 0.99% | 0.71% | - |
| XYZ | 22.94 | 11.39 | 22.46 | - |
| YUV | 69.93 | 162.47 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 2 | 131 | 0 | 0.99 | 0.27 | 0.29 | 316.52 | 0.98 | 0.36 |
| Hex | B4 | 2 | 83 | 0 | 63 | 1B | 1D | 13D | 62 | 24 |
| Octal | 264 | 2 | 203 | 0 | 143 | 33 | 35 | 475 | 142 | 44 |
| Binary | 10110100 | 10 | 10000011 | 0 | 1100011 | 11011 | 11101 | 100111101 | 1100010 | 100100 |
Color Harmonies of #B40283
Complementary color
Monochromatic Colors of #B40283
Black with #B40283
Text Example
Text Example
White with #B40283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40283; }
p { color: rgb(180,2,131); }
H1.HeaderClassName
{
color: #B40283;
}
.AnyTagClassName
{
color: #B40283;
}
</style>
background-color css
<style>
a { background-color: #B40283; }
a { background-color: rgb(180,2,131); }
div.DivClassName
{
background-color: #B40283;
}
.BgClassName
{
background-color: #B40283;
}
</style>
border-color css
<style>
span { border-color: #B40283; }
span { border-color: rgb(180,2,131); }
td.TdClassName
{
border-color: #B40283;
}
.TagClassName
{
border-color: #B40283;
}
</style>