Shades of Medium Red Violet #B6249C
Tints of Medium Red Violet #B6249C
RGB
CMYK
RGB Variations
Color information
#B6249C (or 0xB6249C) is known color: Medium Red Violet. HEX triplet: B6, 24 and 9C. RGB value is (182,36,156). Sum of RGB (Red+Green+Blue) = 182+36+156=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B6249C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6249C is #49DB63. Grayscale: #5D5D5D. Windows color (decimal): -4840292 or 10233014. OLE color: 10233014.
HSL color Cylindrical-coordinate representation of color #B6249C: hue angle of 310.68º 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 #B6249C is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 36 | 156 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.29 |
| HSL | 310.68º | 0.67% | 0.43% | - |
| HSV(B) | 310.68º | 0.8% | 0.71% | - |
| XYZ | 25.92 | 13.61 | 32.71 | - |
| YUV | 93.33 | 163.37 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 36 | 156 | 0 | 0.80 | 0.14 | 0.29 | 310.68 | 0.67 | 0.43 |
| Hex | B6 | 24 | 9C | 0 | 50 | E | 1D | 137 | 43 | 2B |
| Octal | 266 | 44 | 234 | 0 | 120 | 16 | 35 | 467 | 103 | 53 |
| Binary | 10110110 | 100100 | 10011100 | 0 | 1010000 | 1110 | 11101 | 100110111 | 1000011 | 101011 |
Color Harmonies of #B6249C
Complementary color
Monochromatic Colors of #B6249C
Black with #B6249C
Text Example
Text Example
White with #B6249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6249C; }
p { color: rgb(182,36,156); }
H1.HeaderClassName
{
color: #B6249C;
}
.AnyTagClassName
{
color: #B6249C;
}
</style>
background-color css
<style>
a { background-color: #B6249C; }
a { background-color: rgb(182,36,156); }
div.DivClassName
{
background-color: #B6249C;
}
.BgClassName
{
background-color: #B6249C;
}
</style>
border-color css
<style>
span { border-color: #B6249C; }
span { border-color: rgb(182,36,156); }
td.TdClassName
{
border-color: #B6249C;
}
.TagClassName
{
border-color: #B6249C;
}
</style>