Shades of Medium Red Violet #B2279B
Tints of Medium Red Violet #B2279B
RGB
CMYK
RGB Variations
Color information
#B2279B (or 0xB2279B) is known color: Medium Red Violet. HEX triplet: B2, 27 and 9B. RGB value is (178,39,155). Sum of RGB (Red+Green+Blue) = 178+39+155=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 39 (15.62% from 255 or 10.48% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B2279B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2279B is #4DD864. Grayscale: #5D5D5D. Windows color (decimal): -5101669 or 10168242. OLE color: 10168242.
HSL color Cylindrical-coordinate representation of color #B2279B: hue angle of 309.93º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B2279B is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 39 | 155 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.30 |
| HSL | 309.93º | 0.64% | 0.43% | - |
| HSV(B) | 309.93º | 0.78% | 0.7% | - |
| XYZ | 25 | 13.28 | 32.26 | - |
| YUV | 93.79 | 162.55 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 39 | 155 | 0 | 0.78 | 0.13 | 0.30 | 309.93 | 0.64 | 0.43 |
| Hex | B2 | 27 | 9B | 0 | 4E | D | 1E | 136 | 40 | 2B |
| Octal | 262 | 47 | 233 | 0 | 116 | 15 | 36 | 466 | 100 | 53 |
| Binary | 10110010 | 100111 | 10011011 | 0 | 1001110 | 1101 | 11110 | 100110110 | 1000000 | 101011 |
Color Harmonies of #B2279B
Complementary color
Monochromatic Colors of #B2279B
Black with #B2279B
Text Example
Text Example
White with #B2279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2279B; }
p { color: rgb(178,39,155); }
H1.HeaderClassName
{
color: #B2279B;
}
.AnyTagClassName
{
color: #B2279B;
}
</style>
background-color css
<style>
a { background-color: #B2279B; }
a { background-color: rgb(178,39,155); }
div.DivClassName
{
background-color: #B2279B;
}
.BgClassName
{
background-color: #B2279B;
}
</style>
border-color css
<style>
span { border-color: #B2279B; }
span { border-color: rgb(178,39,155); }
td.TdClassName
{
border-color: #B2279B;
}
.TagClassName
{
border-color: #B2279B;
}
</style>