Shades of Medium Red Violet #B4279C
Tints of Medium Red Violet #B4279C
RGB
CMYK
RGB Variations
Color information
#B4279C (or 0xB4279C) is known color: Medium Red Violet. HEX triplet: B4, 27 and 9C. RGB value is (180,39,156). Sum of RGB (Red+Green+Blue) = 180+39+156=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 39 (15.62% from 255 or 10.4% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B4279C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4279C is #4BD863. Grayscale: #5E5E5E. Windows color (decimal): -4970596 or 10233780. OLE color: 10233780.
HSL color Cylindrical-coordinate representation of color #B4279C: hue angle of 310.21º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B4279C is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 39 | 156 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.29 |
| HSL | 310.21º | 0.64% | 0.43% | - |
| HSV(B) | 310.21º | 0.78% | 0.71% | - |
| XYZ | 25.55 | 13.55 | 32.72 | - |
| YUV | 94.5 | 162.71 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 39 | 156 | 0 | 0.78 | 0.13 | 0.29 | 310.21 | 0.64 | 0.43 |
| Hex | B4 | 27 | 9C | 0 | 4E | D | 1D | 136 | 40 | 2B |
| Octal | 264 | 47 | 234 | 0 | 116 | 15 | 35 | 466 | 100 | 53 |
| Binary | 10110100 | 100111 | 10011100 | 0 | 1001110 | 1101 | 11101 | 100110110 | 1000000 | 101011 |
Color Harmonies of #B4279C
Complementary color
Monochromatic Colors of #B4279C
Black with #B4279C
Text Example
Text Example
White with #B4279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4279C; }
p { color: rgb(180,39,156); }
H1.HeaderClassName
{
color: #B4279C;
}
.AnyTagClassName
{
color: #B4279C;
}
</style>
background-color css
<style>
a { background-color: #B4279C; }
a { background-color: rgb(180,39,156); }
div.DivClassName
{
background-color: #B4279C;
}
.BgClassName
{
background-color: #B4279C;
}
</style>
border-color css
<style>
span { border-color: #B4279C; }
span { border-color: rgb(180,39,156); }
td.TdClassName
{
border-color: #B4279C;
}
.TagClassName
{
border-color: #B4279C;
}
</style>