Shades of Medium Red Violet #B6409A
Tints of Medium Red Violet #B6409A
RGB
CMYK
RGB Variations
Color information
#B6409A (or 0xB6409A) is known color: Medium Red Violet. HEX triplet: B6, 40 and 9A. RGB value is (182,64,154). Sum of RGB (Red+Green+Blue) = 182+64+154=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B6409A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6409A is #49BF65. Grayscale: #6D6D6D. Windows color (decimal): -4833126 or 10109110. OLE color: 10109110.
HSL color Cylindrical-coordinate representation of color #B6409A: hue angle of 314.24º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B6409A is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 64 | 154 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.29 |
| HSL | 314.24º | 0.48% | 0.48% | - |
| HSV(B) | 314.24º | 0.65% | 0.71% | - |
| XYZ | 26.96 | 15.94 | 32.23 | - |
| YUV | 109.54 | 153.09 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 154 | 0 | 0.65 | 0.15 | 0.29 | 314.24 | 0.48 | 0.48 |
| Hex | B6 | 40 | 9A | 0 | 41 | F | 1D | 13A | 30 | 30 |
| Octal | 266 | 100 | 232 | 0 | 101 | 17 | 35 | 472 | 60 | 60 |
| Binary | 10110110 | 1000000 | 10011010 | 0 | 1000001 | 1111 | 11101 | 100111010 | 110000 | 110000 |
Color Harmonies of #B6409A
Complementary color
Monochromatic Colors of #B6409A
Black with #B6409A
Text Example
Text Example
White with #B6409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6409A; }
p { color: rgb(182,64,154); }
H1.HeaderClassName
{
color: #B6409A;
}
.AnyTagClassName
{
color: #B6409A;
}
</style>
background-color css
<style>
a { background-color: #B6409A; }
a { background-color: rgb(182,64,154); }
div.DivClassName
{
background-color: #B6409A;
}
.BgClassName
{
background-color: #B6409A;
}
</style>
border-color css
<style>
span { border-color: #B6409A; }
span { border-color: rgb(182,64,154); }
td.TdClassName
{
border-color: #B6409A;
}
.TagClassName
{
border-color: #B6409A;
}
</style>