Shades of Medium Red Violet #B6287C
Tints of Medium Red Violet #B6287C
RGB
CMYK
RGB Variations
Color information
#B6287C (or 0xB6287C) is known color: Medium Red Violet. HEX triplet: B6, 28 and 7C. RGB value is (182,40,124). Sum of RGB (Red+Green+Blue) = 182+40+124=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B6287C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6287C is #49D783. Grayscale: #5B5B5B. Windows color (decimal): -4839300 or 8136886. OLE color: 8136886.
HSL color Cylindrical-coordinate representation of color #B6287C: hue angle of 324.51º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B6287C is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 40 | 124 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.29 |
| HSL | 324.51º | 0.64% | 0.44% | - |
| HSV(B) | 324.51º | 0.78% | 0.71% | - |
| XYZ | 23.69 | 12.92 | 20.31 | - |
| YUV | 92.03 | 146.04 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 40 | 124 | 0 | 0.78 | 0.32 | 0.29 | 324.51 | 0.64 | 0.44 |
| Hex | B6 | 28 | 7C | 0 | 4E | 20 | 1D | 145 | 40 | 2C |
| Octal | 266 | 50 | 174 | 0 | 116 | 40 | 35 | 505 | 100 | 54 |
| Binary | 10110110 | 101000 | 1111100 | 0 | 1001110 | 100000 | 11101 | 101000101 | 1000000 | 101100 |
Color Harmonies of #B6287C
Complementary color
Monochromatic Colors of #B6287C
Black with #B6287C
Text Example
Text Example
White with #B6287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6287C; }
p { color: rgb(182,40,124); }
H1.HeaderClassName
{
color: #B6287C;
}
.AnyTagClassName
{
color: #B6287C;
}
</style>
background-color css
<style>
a { background-color: #B6287C; }
a { background-color: rgb(182,40,124); }
div.DivClassName
{
background-color: #B6287C;
}
.BgClassName
{
background-color: #B6287C;
}
</style>
border-color css
<style>
span { border-color: #B6287C; }
span { border-color: rgb(182,40,124); }
td.TdClassName
{
border-color: #B6287C;
}
.TagClassName
{
border-color: #B6287C;
}
</style>