Shades of Medium Red Violet #B631A8
Tints of Medium Red Violet #B631A8
RGB
CMYK
RGB Variations
Color information
#B631A8 (or 0xB631A8) is known color: Medium Red Violet. HEX triplet: B6, 31 and A8. RGB value is (182,49,168). Sum of RGB (Red+Green+Blue) = 182+49+168=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 49 (19.53% from 255 or 12.28% from 399); Blue value is 168 (66.02% from 255 or 42.11% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B631A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B631A8 is #49CE57. Grayscale: #656565. Windows color (decimal): -4836952 or 11022774. OLE color: 11022774.
HSL color Cylindrical-coordinate representation of color #B631A8: hue angle of 306.32º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B631A8 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 49 | 168 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.29 |
| HSL | 306.32º | 0.58% | 0.45% | - |
| HSV(B) | 306.32º | 0.73% | 0.71% | - |
| XYZ | 27.46 | 14.97 | 38.49 | - |
| YUV | 102.33 | 165.06 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 49 | 168 | 0 | 0.73 | 0.08 | 0.29 | 306.32 | 0.58 | 0.45 |
| Hex | B6 | 31 | A8 | 0 | 49 | 8 | 1D | 132 | 3A | 2D |
| Octal | 266 | 61 | 250 | 0 | 111 | 10 | 35 | 462 | 72 | 55 |
| Binary | 10110110 | 110001 | 10101000 | 0 | 1001001 | 1000 | 11101 | 100110010 | 111010 | 101101 |
Color Harmonies of #B631A8
Complementary color
Monochromatic Colors of #B631A8
Black with #B631A8
Text Example
Text Example
White with #B631A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B631A8; }
p { color: rgb(182,49,168); }
H1.HeaderClassName
{
color: #B631A8;
}
.AnyTagClassName
{
color: #B631A8;
}
</style>
background-color css
<style>
a { background-color: #B631A8; }
a { background-color: rgb(182,49,168); }
div.DivClassName
{
background-color: #B631A8;
}
.BgClassName
{
background-color: #B631A8;
}
</style>
border-color css
<style>
span { border-color: #B631A8; }
span { border-color: rgb(182,49,168); }
td.TdClassName
{
border-color: #B631A8;
}
.TagClassName
{
border-color: #B631A8;
}
</style>