Shades of Medium Red Violet #B6249B
Tints of Medium Red Violet #B6249B
RGB
CMYK
RGB Variations
Color information
#B6249B (or 0xB6249B) is known color: Medium Red Violet. HEX triplet: B6, 24 and 9B. RGB value is (182,36,155). Sum of RGB (Red+Green+Blue) = 182+36+155=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B6249B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6249B is #49DB64. Grayscale: #5C5C5C. Windows color (decimal): -4840293 or 10167478. OLE color: 10167478.
HSL color Cylindrical-coordinate representation of color #B6249B: hue angle of 311.1º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B6249B is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 36 | 155 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.29 |
| HSL | 311.1º | 0.67% | 0.43% | - |
| HSV(B) | 311.1º | 0.8% | 0.71% | - |
| XYZ | 25.84 | 13.57 | 32.27 | - |
| YUV | 93.22 | 162.87 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 36 | 155 | 0 | 0.80 | 0.15 | 0.29 | 311.1 | 0.67 | 0.43 |
| Hex | B6 | 24 | 9B | 0 | 50 | F | 1D | 137 | 43 | 2B |
| Octal | 266 | 44 | 233 | 0 | 120 | 17 | 35 | 467 | 103 | 53 |
| Binary | 10110110 | 100100 | 10011011 | 0 | 1010000 | 1111 | 11101 | 100110111 | 1000011 | 101011 |
Color Harmonies of #B6249B
Complementary color
Monochromatic Colors of #B6249B
Black with #B6249B
Text Example
Text Example
White with #B6249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6249B; }
p { color: rgb(182,36,155); }
H1.HeaderClassName
{
color: #B6249B;
}
.AnyTagClassName
{
color: #B6249B;
}
</style>
background-color css
<style>
a { background-color: #B6249B; }
a { background-color: rgb(182,36,155); }
div.DivClassName
{
background-color: #B6249B;
}
.BgClassName
{
background-color: #B6249B;
}
</style>
border-color css
<style>
span { border-color: #B6249B; }
span { border-color: rgb(182,36,155); }
td.TdClassName
{
border-color: #B6249B;
}
.TagClassName
{
border-color: #B6249B;
}
</style>