Shades of Medium Red Violet #B2259B
Tints of Medium Red Violet #B2259B
RGB
CMYK
RGB Variations
Color information
#B2259B (or 0xB2259B) is known color: Medium Red Violet. HEX triplet: B2, 25 and 9B. RGB value is (178,37,155). Sum of RGB (Red+Green+Blue) = 178+37+155=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 37 (14.84% from 255 or 10% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B2259B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2259B is #4DDA64. Grayscale: #5C5C5C. Windows color (decimal): -5102181 or 10167730. OLE color: 10167730.
HSL color Cylindrical-coordinate representation of color #B2259B: hue angle of 309.79º 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 #B2259B is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 37 | 155 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.30 |
| HSL | 309.79º | 0.66% | 0.42% | - |
| HSV(B) | 309.79º | 0.79% | 0.7% | - |
| XYZ | 24.94 | 13.15 | 32.24 | - |
| YUV | 92.61 | 163.21 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 37 | 155 | 0 | 0.79 | 0.13 | 0.30 | 309.79 | 0.66 | 0.42 |
| Hex | B2 | 25 | 9B | 0 | 4F | D | 1E | 136 | 42 | 2A |
| Octal | 262 | 45 | 233 | 0 | 117 | 15 | 36 | 466 | 102 | 52 |
| Binary | 10110010 | 100101 | 10011011 | 0 | 1001111 | 1101 | 11110 | 100110110 | 1000010 | 101010 |
Color Harmonies of #B2259B
Complementary color
Monochromatic Colors of #B2259B
Black with #B2259B
Text Example
Text Example
White with #B2259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2259B; }
p { color: rgb(178,37,155); }
H1.HeaderClassName
{
color: #B2259B;
}
.AnyTagClassName
{
color: #B2259B;
}
</style>
background-color css
<style>
a { background-color: #B2259B; }
a { background-color: rgb(178,37,155); }
div.DivClassName
{
background-color: #B2259B;
}
.BgClassName
{
background-color: #B2259B;
}
</style>
border-color css
<style>
span { border-color: #B2259B; }
span { border-color: rgb(178,37,155); }
td.TdClassName
{
border-color: #B2259B;
}
.TagClassName
{
border-color: #B2259B;
}
</style>