Shades of Medium Red Violet #B2267C
Tints of Medium Red Violet #B2267C
RGB
CMYK
RGB Variations
Color information
#B2267C (or 0xB2267C) is known color: Medium Red Violet. HEX triplet: B2, 26 and 7C. RGB value is (178,38,124). Sum of RGB (Red+Green+Blue) = 178+38+124=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B2267C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2267C is #4DD983. Grayscale: #595959. Windows color (decimal): -5101956 or 8136370. OLE color: 8136370.
HSL color Cylindrical-coordinate representation of color #B2267C: hue angle of 323.14º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B2267C is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 38 | 124 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.30 |
| HSL | 323.14º | 0.65% | 0.42% | - |
| HSV(B) | 323.14º | 0.79% | 0.7% | - |
| XYZ | 22.69 | 12.31 | 20.25 | - |
| YUV | 89.66 | 147.38 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 38 | 124 | 0 | 0.79 | 0.30 | 0.30 | 323.14 | 0.65 | 0.42 |
| Hex | B2 | 26 | 7C | 0 | 4F | 1E | 1E | 143 | 41 | 2A |
| Octal | 262 | 46 | 174 | 0 | 117 | 36 | 36 | 503 | 101 | 52 |
| Binary | 10110010 | 100110 | 1111100 | 0 | 1001111 | 11110 | 11110 | 101000011 | 1000001 | 101010 |
Color Harmonies of #B2267C
Complementary color
Monochromatic Colors of #B2267C
Black with #B2267C
Text Example
Text Example
White with #B2267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2267C; }
p { color: rgb(178,38,124); }
H1.HeaderClassName
{
color: #B2267C;
}
.AnyTagClassName
{
color: #B2267C;
}
</style>
background-color css
<style>
a { background-color: #B2267C; }
a { background-color: rgb(178,38,124); }
div.DivClassName
{
background-color: #B2267C;
}
.BgClassName
{
background-color: #B2267C;
}
</style>
border-color css
<style>
span { border-color: #B2267C; }
span { border-color: rgb(178,38,124); }
td.TdClassName
{
border-color: #B2267C;
}
.TagClassName
{
border-color: #B2267C;
}
</style>