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