Shades of Medium Red Violet #B4259F
Tints of Medium Red Violet #B4259F
RGB
CMYK
RGB Variations
Color information
#B4259F (or 0xB4259F) is known color: Medium Red Violet. HEX triplet: B4, 25 and 9F. RGB value is (180,37,159). Sum of RGB (Red+Green+Blue) = 180+37+159=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B4259F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4259F is #4BDA60. Grayscale: #5D5D5D. Windows color (decimal): -4971105 or 10429876. OLE color: 10429876.
HSL color Cylindrical-coordinate representation of color #B4259F: hue angle of 308.81º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B4259F is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 37 | 159 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.29 |
| HSL | 308.81º | 0.66% | 0.43% | - |
| HSV(B) | 308.81º | 0.79% | 0.71% | - |
| XYZ | 25.74 | 13.53 | 34.06 | - |
| YUV | 93.67 | 164.88 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 37 | 159 | 0 | 0.79 | 0.12 | 0.29 | 308.81 | 0.66 | 0.43 |
| Hex | B4 | 25 | 9F | 0 | 4F | C | 1D | 135 | 42 | 2B |
| Octal | 264 | 45 | 237 | 0 | 117 | 14 | 35 | 465 | 102 | 53 |
| Binary | 10110100 | 100101 | 10011111 | 0 | 1001111 | 1100 | 11101 | 100110101 | 1000010 | 101011 |
Color Harmonies of #B4259F
Complementary color
Monochromatic Colors of #B4259F
Black with #B4259F
Text Example
Text Example
White with #B4259F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4259F; }
p { color: rgb(180,37,159); }
H1.HeaderClassName
{
color: #B4259F;
}
.AnyTagClassName
{
color: #B4259F;
}
</style>
background-color css
<style>
a { background-color: #B4259F; }
a { background-color: rgb(180,37,159); }
div.DivClassName
{
background-color: #B4259F;
}
.BgClassName
{
background-color: #B4259F;
}
</style>
border-color css
<style>
span { border-color: #B4259F; }
span { border-color: rgb(180,37,159); }
td.TdClassName
{
border-color: #B4259F;
}
.TagClassName
{
border-color: #B4259F;
}
</style>