Shades of Medium Red Violet #B2217A
Tints of Medium Red Violet #B2217A
RGB
CMYK
RGB Variations
Color information
#B2217A (or 0xB2217A) is known color: Medium Red Violet. HEX triplet: B2, 21 and 7A. RGB value is (178,33,122). Sum of RGB (Red+Green+Blue) = 178+33+122=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B2217A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2217A is #4DDE85. Grayscale: #565656. Windows color (decimal): -5103238 or 8004018. OLE color: 8004018.
HSL color Cylindrical-coordinate representation of color #B2217A: hue angle of 323.17º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B2217A is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 33 | 122 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.30 |
| HSL | 323.17º | 0.69% | 0.41% | - |
| HSV(B) | 323.17º | 0.81% | 0.7% | - |
| XYZ | 22.42 | 11.96 | 19.54 | - |
| YUV | 86.5 | 148.04 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 33 | 122 | 0 | 0.81 | 0.31 | 0.30 | 323.17 | 0.69 | 0.41 |
| Hex | B2 | 21 | 7A | 0 | 51 | 1F | 1E | 143 | 45 | 29 |
| Octal | 262 | 41 | 172 | 0 | 121 | 37 | 36 | 503 | 105 | 51 |
| Binary | 10110010 | 100001 | 1111010 | 0 | 1010001 | 11111 | 11110 | 101000011 | 1000101 | 101001 |
Color Harmonies of #B2217A
Complementary color
Monochromatic Colors of #B2217A
Black with #B2217A
Text Example
Text Example
White with #B2217A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2217A; }
p { color: rgb(178,33,122); }
H1.HeaderClassName
{
color: #B2217A;
}
.AnyTagClassName
{
color: #B2217A;
}
</style>
background-color css
<style>
a { background-color: #B2217A; }
a { background-color: rgb(178,33,122); }
div.DivClassName
{
background-color: #B2217A;
}
.BgClassName
{
background-color: #B2217A;
}
</style>
border-color css
<style>
span { border-color: #B2217A; }
span { border-color: rgb(178,33,122); }
td.TdClassName
{
border-color: #B2217A;
}
.TagClassName
{
border-color: #B2217A;
}
</style>