Shades of Medium Red Violet #B3278C
Tints of Medium Red Violet #B3278C
RGB
CMYK
RGB Variations
Color information
#B3278C (or 0xB3278C) is known color: Medium Red Violet. HEX triplet: B3, 27 and 8C. RGB value is (179,39,140). Sum of RGB (Red+Green+Blue) = 179+39+140=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B3278C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3278C is #4CD873. Grayscale: #5C5C5C. Windows color (decimal): -5036148 or 9185203. OLE color: 9185203.
HSL color Cylindrical-coordinate representation of color #B3278C: hue angle of 316.71º 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 #B3278C is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 39 | 140 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.30 |
| HSL | 316.71º | 0.64% | 0.43% | - |
| HSV(B) | 316.71º | 0.78% | 0.7% | - |
| XYZ | 24.05 | 12.93 | 26.04 | - |
| YUV | 92.37 | 154.88 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 39 | 140 | 0 | 0.78 | 0.22 | 0.30 | 316.71 | 0.64 | 0.43 |
| Hex | B3 | 27 | 8C | 0 | 4E | 16 | 1E | 13D | 40 | 2B |
| Octal | 263 | 47 | 214 | 0 | 116 | 26 | 36 | 475 | 100 | 53 |
| Binary | 10110011 | 100111 | 10001100 | 0 | 1001110 | 10110 | 11110 | 100111101 | 1000000 | 101011 |
Color Harmonies of #B3278C
Complementary color
Monochromatic Colors of #B3278C
Black with #B3278C
Text Example
Text Example
White with #B3278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3278C; }
p { color: rgb(179,39,140); }
H1.HeaderClassName
{
color: #B3278C;
}
.AnyTagClassName
{
color: #B3278C;
}
</style>
background-color css
<style>
a { background-color: #B3278C; }
a { background-color: rgb(179,39,140); }
div.DivClassName
{
background-color: #B3278C;
}
.BgClassName
{
background-color: #B3278C;
}
</style>
border-color css
<style>
span { border-color: #B3278C; }
span { border-color: rgb(179,39,140); }
td.TdClassName
{
border-color: #B3278C;
}
.TagClassName
{
border-color: #B3278C;
}
</style>