Shades of Medium Red Violet #B6289B
Tints of Medium Red Violet #B6289B
RGB
CMYK
RGB Variations
Color information
#B6289B (or 0xB6289B) is known color: Medium Red Violet. HEX triplet: B6, 28 and 9B. RGB value is (182,40,155). Sum of RGB (Red+Green+Blue) = 182+40+155=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 182 - color contains mainly: red. Hex color #B6289B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6289B is #49D764. Grayscale: #5F5F5F. Windows color (decimal): -4839269 or 10168502. OLE color: 10168502.
HSL color Cylindrical-coordinate representation of color #B6289B: hue angle of 311.41º 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 #B6289B is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 40 | 155 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.29 |
| HSL | 311.41º | 0.64% | 0.44% | - |
| HSV(B) | 311.41º | 0.78% | 0.71% | - |
| XYZ | 25.97 | 13.83 | 32.31 | - |
| YUV | 95.57 | 161.54 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 40 | 155 | 0 | 0.78 | 0.15 | 0.29 | 311.41 | 0.64 | 0.44 |
| Hex | B6 | 28 | 9B | 0 | 4E | F | 1D | 137 | 40 | 2C |
| Octal | 266 | 50 | 233 | 0 | 116 | 17 | 35 | 467 | 100 | 54 |
| Binary | 10110110 | 101000 | 10011011 | 0 | 1001110 | 1111 | 11101 | 100110111 | 1000000 | 101100 |
Color Harmonies of #B6289B
Complementary color
Monochromatic Colors of #B6289B
Black with #B6289B
Text Example
Text Example
White with #B6289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6289B; }
p { color: rgb(182,40,155); }
H1.HeaderClassName
{
color: #B6289B;
}
.AnyTagClassName
{
color: #B6289B;
}
</style>
background-color css
<style>
a { background-color: #B6289B; }
a { background-color: rgb(182,40,155); }
div.DivClassName
{
background-color: #B6289B;
}
.BgClassName
{
background-color: #B6289B;
}
</style>
border-color css
<style>
span { border-color: #B6289B; }
span { border-color: rgb(182,40,155); }
td.TdClassName
{
border-color: #B6289B;
}
.TagClassName
{
border-color: #B6289B;
}
</style>