Shades of Medium Red Violet #B3276C
Tints of Medium Red Violet #B3276C
RGB
CMYK
RGB Variations
Color information
#B3276C (or 0xB3276C) is known color: Medium Red Violet. HEX triplet: B3, 27 and 6C. RGB value is (179,39,108). Sum of RGB (Red+Green+Blue) = 179+39+108=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B3276C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3276C is #4CD893. Grayscale: #585858. Windows color (decimal): -5036180 or 7088051. OLE color: 7088051.
HSL color Cylindrical-coordinate representation of color #B3276C: hue angle of 330.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 #B3276C is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 39 | 108 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.30 |
| HSL | 330.43º | 0.64% | 0.43% | - |
| HSV(B) | 330.43º | 0.78% | 0.7% | - |
| XYZ | 22.02 | 12.12 | 15.37 | - |
| YUV | 88.73 | 138.88 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 39 | 108 | 0 | 0.78 | 0.40 | 0.30 | 330.43 | 0.64 | 0.43 |
| Hex | B3 | 27 | 6C | 0 | 4E | 28 | 1E | 14A | 40 | 2B |
| Octal | 263 | 47 | 154 | 0 | 116 | 50 | 36 | 512 | 100 | 53 |
| Binary | 10110011 | 100111 | 1101100 | 0 | 1001110 | 101000 | 11110 | 101001010 | 1000000 | 101011 |
Color Harmonies of #B3276C
Complementary color
Monochromatic Colors of #B3276C
Black with #B3276C
Text Example
Text Example
White with #B3276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3276C; }
p { color: rgb(179,39,108); }
H1.HeaderClassName
{
color: #B3276C;
}
.AnyTagClassName
{
color: #B3276C;
}
</style>
background-color css
<style>
a { background-color: #B3276C; }
a { background-color: rgb(179,39,108); }
div.DivClassName
{
background-color: #B3276C;
}
.BgClassName
{
background-color: #B3276C;
}
</style>
border-color css
<style>
span { border-color: #B3276C; }
span { border-color: rgb(179,39,108); }
td.TdClassName
{
border-color: #B3276C;
}
.TagClassName
{
border-color: #B3276C;
}
</style>