Shades of Medium Red Violet #B3278F
Tints of Medium Red Violet #B3278F
RGB
CMYK
RGB Variations
Color information
#B3278F (or 0xB3278F) is known color: Medium Red Violet. HEX triplet: B3, 27 and 8F. RGB value is (179,39,143). Sum of RGB (Red+Green+Blue) = 179+39+143=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B3278F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3278F is #4CD870. Grayscale: #5C5C5C. Windows color (decimal): -5036145 or 9381811. OLE color: 9381811.
HSL color Cylindrical-coordinate representation of color #B3278F: hue angle of 315.43º 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 #B3278F is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 39 | 143 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.30 |
| HSL | 315.43º | 0.64% | 0.43% | - |
| HSV(B) | 315.43º | 0.78% | 0.7% | - |
| XYZ | 24.27 | 13.02 | 27.22 | - |
| YUV | 92.72 | 156.38 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 39 | 143 | 0 | 0.78 | 0.20 | 0.30 | 315.43 | 0.64 | 0.43 |
| Hex | B3 | 27 | 8F | 0 | 4E | 14 | 1E | 13B | 40 | 2B |
| Octal | 263 | 47 | 217 | 0 | 116 | 24 | 36 | 473 | 100 | 53 |
| Binary | 10110011 | 100111 | 10001111 | 0 | 1001110 | 10100 | 11110 | 100111011 | 1000000 | 101011 |
Color Harmonies of #B3278F
Complementary color
Monochromatic Colors of #B3278F
Black with #B3278F
Text Example
Text Example
White with #B3278F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3278F; }
p { color: rgb(179,39,143); }
H1.HeaderClassName
{
color: #B3278F;
}
.AnyTagClassName
{
color: #B3278F;
}
</style>
background-color css
<style>
a { background-color: #B3278F; }
a { background-color: rgb(179,39,143); }
div.DivClassName
{
background-color: #B3278F;
}
.BgClassName
{
background-color: #B3278F;
}
</style>
border-color css
<style>
span { border-color: #B3278F; }
span { border-color: rgb(179,39,143); }
td.TdClassName
{
border-color: #B3278F;
}
.TagClassName
{
border-color: #B3278F;
}
</style>