Shades of Medium Red Violet #B6247B
Tints of Medium Red Violet #B6247B
RGB
CMYK
RGB Variations
Color information
#B6247B (or 0xB6247B) is known color: Medium Red Violet. HEX triplet: B6, 24 and 7B. RGB value is (182,36,123). Sum of RGB (Red+Green+Blue) = 182+36+123=341 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.37% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 182 - color contains mainly: red. Hex color #B6247B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6247B is #49DB84. Grayscale: #595959. Windows color (decimal): -4840325 or 8070326. OLE color: 8070326.
HSL color Cylindrical-coordinate representation of color #B6247B: hue angle of 324.25º 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 #B6247B is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 36 | 123 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.29 |
| HSL | 324.25º | 0.67% | 0.43% | - |
| HSV(B) | 324.25º | 0.8% | 0.71% | - |
| XYZ | 23.5 | 12.64 | 19.94 | - |
| YUV | 89.57 | 146.87 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 36 | 123 | 0 | 0.80 | 0.32 | 0.29 | 324.25 | 0.67 | 0.43 |
| Hex | B6 | 24 | 7B | 0 | 50 | 20 | 1D | 144 | 43 | 2B |
| Octal | 266 | 44 | 173 | 0 | 120 | 40 | 35 | 504 | 103 | 53 |
| Binary | 10110110 | 100100 | 1111011 | 0 | 1010000 | 100000 | 11101 | 101000100 | 1000011 | 101011 |
Color Harmonies of #B6247B
Complementary color
Monochromatic Colors of #B6247B
Black with #B6247B
Text Example
Text Example
White with #B6247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6247B; }
p { color: rgb(182,36,123); }
H1.HeaderClassName
{
color: #B6247B;
}
.AnyTagClassName
{
color: #B6247B;
}
</style>
background-color css
<style>
a { background-color: #B6247B; }
a { background-color: rgb(182,36,123); }
div.DivClassName
{
background-color: #B6247B;
}
.BgClassName
{
background-color: #B6247B;
}
</style>
border-color css
<style>
span { border-color: #B6247B; }
span { border-color: rgb(182,36,123); }
td.TdClassName
{
border-color: #B6247B;
}
.TagClassName
{
border-color: #B6247B;
}
</style>