Shades of Medium Red Violet #B2279A
Tints of Medium Red Violet #B2279A
RGB
CMYK
RGB Variations
Color information
#B2279A (or 0xB2279A) is known color: Medium Red Violet. HEX triplet: B2, 27 and 9A. RGB value is (178,39,154). Sum of RGB (Red+Green+Blue) = 178+39+154=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2279A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2279A is #4DD865. Grayscale: #5D5D5D. Windows color (decimal): -5101670 or 10102706. OLE color: 10102706.
HSL color Cylindrical-coordinate representation of color #B2279A: hue angle of 310.36º 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 #B2279A is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 39 | 154 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.30 |
| HSL | 310.36º | 0.64% | 0.43% | - |
| HSV(B) | 310.36º | 0.78% | 0.7% | - |
| XYZ | 24.92 | 13.25 | 31.82 | - |
| YUV | 93.67 | 162.05 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 39 | 154 | 0 | 0.78 | 0.13 | 0.30 | 310.36 | 0.64 | 0.43 |
| Hex | B2 | 27 | 9A | 0 | 4E | D | 1E | 136 | 40 | 2B |
| Octal | 262 | 47 | 232 | 0 | 116 | 15 | 36 | 466 | 100 | 53 |
| Binary | 10110010 | 100111 | 10011010 | 0 | 1001110 | 1101 | 11110 | 100110110 | 1000000 | 101011 |
Color Harmonies of #B2279A
Complementary color
Monochromatic Colors of #B2279A
Black with #B2279A
Text Example
Text Example
White with #B2279A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2279A; }
p { color: rgb(178,39,154); }
H1.HeaderClassName
{
color: #B2279A;
}
.AnyTagClassName
{
color: #B2279A;
}
</style>
background-color css
<style>
a { background-color: #B2279A; }
a { background-color: rgb(178,39,154); }
div.DivClassName
{
background-color: #B2279A;
}
.BgClassName
{
background-color: #B2279A;
}
</style>
border-color css
<style>
span { border-color: #B2279A; }
span { border-color: rgb(178,39,154); }
td.TdClassName
{
border-color: #B2279A;
}
.TagClassName
{
border-color: #B2279A;
}
</style>