Shades of Medium Violet Red #B718A2
Tints of Medium Violet Red #B718A2
RGB
CMYK
RGB Variations
Color information
#B718A2 (or 0xB718A2) is known color: Medium Violet Red. HEX triplet: B7, 18 and A2. RGB value is (183,24,162). Sum of RGB (Red+Green+Blue) = 183+24+162=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 162 (63.67% from 255 or 43.90% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B718A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B718A2 is #48E75D. Grayscale: #565656. Windows color (decimal): -4777822 or 10623159. OLE color: 10623159.
HSL color Cylindrical-coordinate representation of color #B718A2: hue angle of 307.92º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B718A2 is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 24 | 162 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.28 |
| HSL | 307.92º | 0.77% | 0.41% | - |
| HSV(B) | 307.92º | 0.87% | 0.72% | - |
| XYZ | 26.38 | 13.33 | 35.37 | - |
| YUV | 87.27 | 170.18 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 24 | 162 | 0 | 0.87 | 0.11 | 0.28 | 307.92 | 0.77 | 0.41 |
| Hex | B7 | 18 | A2 | 0 | 57 | B | 1C | 134 | 4D | 29 |
| Octal | 267 | 30 | 242 | 0 | 127 | 13 | 34 | 464 | 115 | 51 |
| Binary | 10110111 | 11000 | 10100010 | 0 | 1010111 | 1011 | 11100 | 100110100 | 1001101 | 101001 |
Color Harmonies of #B718A2
Complementary color
Monochromatic Colors of #B718A2
Black with #B718A2
Text Example
Text Example
White with #B718A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B718A2; }
p { color: rgb(183,24,162); }
H1.HeaderClassName
{
color: #B718A2;
}
.AnyTagClassName
{
color: #B718A2;
}
</style>
background-color css
<style>
a { background-color: #B718A2; }
a { background-color: rgb(183,24,162); }
div.DivClassName
{
background-color: #B718A2;
}
.BgClassName
{
background-color: #B718A2;
}
</style>
border-color css
<style>
span { border-color: #B718A2; }
span { border-color: rgb(183,24,162); }
td.TdClassName
{
border-color: #B718A2;
}
.TagClassName
{
border-color: #B718A2;
}
</style>