Shades of Medium Red Violet #B2259F
Tints of Medium Red Violet #B2259F
RGB
CMYK
RGB Variations
Color information
#B2259F (or 0xB2259F) is known color: Medium Red Violet. HEX triplet: B2, 25 and 9F. RGB value is (178,37,159). Sum of RGB (Red+Green+Blue) = 178+37+159=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B2259F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2259F is #4DDA60. Grayscale: #5C5C5C. Windows color (decimal): -5102177 or 10429874. OLE color: 10429874.
HSL color Cylindrical-coordinate representation of color #B2259F: hue angle of 308.09º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B2259F is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 37 | 159 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.30 |
| HSL | 308.09º | 0.66% | 0.42% | - |
| HSV(B) | 308.09º | 0.79% | 0.7% | - |
| XYZ | 25.28 | 13.29 | 34.03 | - |
| YUV | 93.07 | 165.21 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 37 | 159 | 0 | 0.79 | 0.11 | 0.30 | 308.09 | 0.66 | 0.42 |
| Hex | B2 | 25 | 9F | 0 | 4F | B | 1E | 134 | 42 | 2A |
| Octal | 262 | 45 | 237 | 0 | 117 | 13 | 36 | 464 | 102 | 52 |
| Binary | 10110010 | 100101 | 10011111 | 0 | 1001111 | 1011 | 11110 | 100110100 | 1000010 | 101010 |
Color Harmonies of #B2259F
Complementary color
Monochromatic Colors of #B2259F
Black with #B2259F
Text Example
Text Example
White with #B2259F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2259F; }
p { color: rgb(178,37,159); }
H1.HeaderClassName
{
color: #B2259F;
}
.AnyTagClassName
{
color: #B2259F;
}
</style>
background-color css
<style>
a { background-color: #B2259F; }
a { background-color: rgb(178,37,159); }
div.DivClassName
{
background-color: #B2259F;
}
.BgClassName
{
background-color: #B2259F;
}
</style>
border-color css
<style>
span { border-color: #B2259F; }
span { border-color: rgb(178,37,159); }
td.TdClassName
{
border-color: #B2259F;
}
.TagClassName
{
border-color: #B2259F;
}
</style>