Shades of Medium Violet Red #B40188
Tints of Medium Violet Red #B40188
RGB
CMYK
RGB Variations
Color information
#B40188 (or 0xB40188) is known color: Medium Violet Red. HEX triplet: B4, 01 and 88. RGB value is (180,1,136). Sum of RGB (Red+Green+Blue) = 180+1+136=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B40188 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40188 is #4BFE77. Grayscale: #454545. Windows color (decimal): -4980344 or 8913332. OLE color: 8913332.
HSL color Cylindrical-coordinate representation of color #B40188: hue angle of 314.75º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B40188 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 1 | 136 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.29 |
| HSL | 314.75º | 0.99% | 0.35% | - |
| HSV(B) | 314.75º | 0.99% | 0.71% | - |
| XYZ | 23.28 | 11.5 | 24.29 | - |
| YUV | 69.91 | 165.3 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 136 | 0 | 0.99 | 0.24 | 0.29 | 314.75 | 0.99 | 0.35 |
| Hex | B4 | 1 | 88 | 0 | 63 | 18 | 1D | 13B | 63 | 23 |
| Octal | 264 | 1 | 210 | 0 | 143 | 30 | 35 | 473 | 143 | 43 |
| Binary | 10110100 | 1 | 10001000 | 0 | 1100011 | 11000 | 11101 | 100111011 | 1100011 | 100011 |
Color Harmonies of #B40188
Complementary color
Monochromatic Colors of #B40188
Black with #B40188
Text Example
Text Example
White with #B40188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40188; }
p { color: rgb(180,1,136); }
H1.HeaderClassName
{
color: #B40188;
}
.AnyTagClassName
{
color: #B40188;
}
</style>
background-color css
<style>
a { background-color: #B40188; }
a { background-color: rgb(180,1,136); }
div.DivClassName
{
background-color: #B40188;
}
.BgClassName
{
background-color: #B40188;
}
</style>
border-color css
<style>
span { border-color: #B40188; }
span { border-color: rgb(180,1,136); }
td.TdClassName
{
border-color: #B40188;
}
.TagClassName
{
border-color: #B40188;
}
</style>