Shades of Medium Red Violet #B3259B
Tints of Medium Red Violet #B3259B
RGB
CMYK
RGB Variations
Color information
#B3259B (or 0xB3259B) is known color: Medium Red Violet. HEX triplet: B3, 25 and 9B. RGB value is (179,37,155). Sum of RGB (Red+Green+Blue) = 179+37+155=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B3259B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3259B is #4CDA64. Grayscale: #5C5C5C. Windows color (decimal): -5036645 or 10167731. OLE color: 10167731.
HSL color Cylindrical-coordinate representation of color #B3259B: hue angle of 310.14º 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 #B3259B is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 37 | 155 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.30 |
| HSL | 310.14º | 0.66% | 0.42% | - |
| HSV(B) | 310.14º | 0.79% | 0.7% | - |
| XYZ | 25.17 | 13.27 | 32.25 | - |
| YUV | 92.91 | 163.04 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 37 | 155 | 0 | 0.79 | 0.13 | 0.30 | 310.14 | 0.66 | 0.42 |
| Hex | B3 | 25 | 9B | 0 | 4F | D | 1E | 136 | 42 | 2A |
| Octal | 263 | 45 | 233 | 0 | 117 | 15 | 36 | 466 | 102 | 52 |
| Binary | 10110011 | 100101 | 10011011 | 0 | 1001111 | 1101 | 11110 | 100110110 | 1000010 | 101010 |
Color Harmonies of #B3259B
Complementary color
Monochromatic Colors of #B3259B
Black with #B3259B
Text Example
Text Example
White with #B3259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3259B; }
p { color: rgb(179,37,155); }
H1.HeaderClassName
{
color: #B3259B;
}
.AnyTagClassName
{
color: #B3259B;
}
</style>
background-color css
<style>
a { background-color: #B3259B; }
a { background-color: rgb(179,37,155); }
div.DivClassName
{
background-color: #B3259B;
}
.BgClassName
{
background-color: #B3259B;
}
</style>
border-color css
<style>
span { border-color: #B3259B; }
span { border-color: rgb(179,37,155); }
td.TdClassName
{
border-color: #B3259B;
}
.TagClassName
{
border-color: #B3259B;
}
</style>