Shades of Medium Red Violet #B6288D
Tints of Medium Red Violet #B6288D
RGB
CMYK
RGB Variations
Color information
#B6288D (or 0xB6288D) is known color: Medium Red Violet. HEX triplet: B6, 28 and 8D. RGB value is (182,40,141). Sum of RGB (Red+Green+Blue) = 182+40+141=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B6288D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6288D is #49D772. Grayscale: #5D5D5D. Windows color (decimal): -4839283 or 9250998. OLE color: 9250998.
HSL color Cylindrical-coordinate representation of color #B6288D: hue angle of 317.32º 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 #B6288D is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 40 | 141 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.29 |
| HSL | 317.32º | 0.64% | 0.44% | - |
| HSV(B) | 317.32º | 0.78% | 0.71% | - |
| XYZ | 24.86 | 13.39 | 26.47 | - |
| YUV | 93.97 | 154.54 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 40 | 141 | 0 | 0.78 | 0.23 | 0.29 | 317.32 | 0.64 | 0.44 |
| Hex | B6 | 28 | 8D | 0 | 4E | 17 | 1D | 13D | 40 | 2C |
| Octal | 266 | 50 | 215 | 0 | 116 | 27 | 35 | 475 | 100 | 54 |
| Binary | 10110110 | 101000 | 10001101 | 0 | 1001110 | 10111 | 11101 | 100111101 | 1000000 | 101100 |
Color Harmonies of #B6288D
Complementary color
Monochromatic Colors of #B6288D
Black with #B6288D
Text Example
Text Example
White with #B6288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6288D; }
p { color: rgb(182,40,141); }
H1.HeaderClassName
{
color: #B6288D;
}
.AnyTagClassName
{
color: #B6288D;
}
</style>
background-color css
<style>
a { background-color: #B6288D; }
a { background-color: rgb(182,40,141); }
div.DivClassName
{
background-color: #B6288D;
}
.BgClassName
{
background-color: #B6288D;
}
</style>
border-color css
<style>
span { border-color: #B6288D; }
span { border-color: rgb(182,40,141); }
td.TdClassName
{
border-color: #B6288D;
}
.TagClassName
{
border-color: #B6288D;
}
</style>