Shades of Medium Red Violet #B6299B
Tints of Medium Red Violet #B6299B
RGB
CMYK
RGB Variations
Color information
#B6299B (or 0xB6299B) is known color: Medium Red Violet. HEX triplet: B6, 29 and 9B. RGB value is (182,41,155). Sum of RGB (Red+Green+Blue) = 182+41+155=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B6299B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6299B is #49D664. Grayscale: #5F5F5F. Windows color (decimal): -4839013 or 10168758. OLE color: 10168758.
HSL color Cylindrical-coordinate representation of color #B6299B: hue angle of 311.49º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B6299B is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 41 | 155 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.29 |
| HSL | 311.49º | 0.63% | 0.44% | - |
| HSV(B) | 311.49º | 0.77% | 0.71% | - |
| XYZ | 26 | 13.9 | 32.32 | - |
| YUV | 96.16 | 161.21 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 41 | 155 | 0 | 0.77 | 0.15 | 0.29 | 311.49 | 0.63 | 0.44 |
| Hex | B6 | 29 | 9B | 0 | 4D | F | 1D | 137 | 3F | 2C |
| Octal | 266 | 51 | 233 | 0 | 115 | 17 | 35 | 467 | 77 | 54 |
| Binary | 10110110 | 101001 | 10011011 | 0 | 1001101 | 1111 | 11101 | 100110111 | 111111 | 101100 |
Color Harmonies of #B6299B
Complementary color
Monochromatic Colors of #B6299B
Black with #B6299B
Text Example
Text Example
White with #B6299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6299B; }
p { color: rgb(182,41,155); }
H1.HeaderClassName
{
color: #B6299B;
}
.AnyTagClassName
{
color: #B6299B;
}
</style>
background-color css
<style>
a { background-color: #B6299B; }
a { background-color: rgb(182,41,155); }
div.DivClassName
{
background-color: #B6299B;
}
.BgClassName
{
background-color: #B6299B;
}
</style>
border-color css
<style>
span { border-color: #B6299B; }
span { border-color: rgb(182,41,155); }
td.TdClassName
{
border-color: #B6299B;
}
.TagClassName
{
border-color: #B6299B;
}
</style>