Shades of Medium Red Violet #B6217E
Tints of Medium Red Violet #B6217E
RGB
CMYK
RGB Variations
Color information
#B6217E (or 0xB6217E) is known color: Medium Red Violet. HEX triplet: B6, 21 and 7E. RGB value is (182,33,126). Sum of RGB (Red+Green+Blue) = 182+33+126=341 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.37% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 182 - color contains mainly: red. Hex color #B6217E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6217E is #49DE81. Grayscale: #575757. Windows color (decimal): -4841090 or 8266166. OLE color: 8266166.
HSL color Cylindrical-coordinate representation of color #B6217E: hue angle of 322.55º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B6217E is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 33 | 126 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.29 |
| HSL | 322.55º | 0.69% | 0.42% | - |
| HSV(B) | 322.55º | 0.82% | 0.71% | - |
| XYZ | 23.6 | 12.54 | 20.92 | - |
| YUV | 88.15 | 149.36 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 33 | 126 | 0 | 0.82 | 0.31 | 0.29 | 322.55 | 0.69 | 0.42 |
| Hex | B6 | 21 | 7E | 0 | 52 | 1F | 1D | 143 | 45 | 2A |
| Octal | 266 | 41 | 176 | 0 | 122 | 37 | 35 | 503 | 105 | 52 |
| Binary | 10110110 | 100001 | 1111110 | 0 | 1010010 | 11111 | 11101 | 101000011 | 1000101 | 101010 |
Color Harmonies of #B6217E
Complementary color
Monochromatic Colors of #B6217E
Black with #B6217E
Text Example
Text Example
White with #B6217E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6217E; }
p { color: rgb(182,33,126); }
H1.HeaderClassName
{
color: #B6217E;
}
.AnyTagClassName
{
color: #B6217E;
}
</style>
background-color css
<style>
a { background-color: #B6217E; }
a { background-color: rgb(182,33,126); }
div.DivClassName
{
background-color: #B6217E;
}
.BgClassName
{
background-color: #B6217E;
}
</style>
border-color css
<style>
span { border-color: #B6217E; }
span { border-color: rgb(182,33,126); }
td.TdClassName
{
border-color: #B6217E;
}
.TagClassName
{
border-color: #B6217E;
}
</style>