Shades of Medium Red Violet #B7259C
Tints of Medium Red Violet #B7259C
RGB
CMYK
RGB Variations
Color information
#B7259C (or 0xB7259C) is known color: Medium Red Violet. HEX triplet: B7, 25 and 9C. RGB value is (183,37,156). Sum of RGB (Red+Green+Blue) = 183+37+156=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B7259C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7259C is #48DA63. Grayscale: #5D5D5D. Windows color (decimal): -4774500 or 10233271. OLE color: 10233271.
HSL color Cylindrical-coordinate representation of color #B7259C: hue angle of 311.1º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B7259C is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 37 | 156 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.28 |
| HSL | 311.1º | 0.66% | 0.43% | - |
| HSV(B) | 311.1º | 0.8% | 0.72% | - |
| XYZ | 26.19 | 13.79 | 32.73 | - |
| YUV | 94.22 | 162.87 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 37 | 156 | 0 | 0.80 | 0.15 | 0.28 | 311.1 | 0.66 | 0.43 |
| Hex | B7 | 25 | 9C | 0 | 50 | F | 1C | 137 | 42 | 2B |
| Octal | 267 | 45 | 234 | 0 | 120 | 17 | 34 | 467 | 102 | 53 |
| Binary | 10110111 | 100101 | 10011100 | 0 | 1010000 | 1111 | 11100 | 100110111 | 1000010 | 101011 |
Color Harmonies of #B7259C
Complementary color
Monochromatic Colors of #B7259C
Black with #B7259C
Text Example
Text Example
White with #B7259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7259C; }
p { color: rgb(183,37,156); }
H1.HeaderClassName
{
color: #B7259C;
}
.AnyTagClassName
{
color: #B7259C;
}
</style>
background-color css
<style>
a { background-color: #B7259C; }
a { background-color: rgb(183,37,156); }
div.DivClassName
{
background-color: #B7259C;
}
.BgClassName
{
background-color: #B7259C;
}
</style>
border-color css
<style>
span { border-color: #B7259C; }
span { border-color: rgb(183,37,156); }
td.TdClassName
{
border-color: #B7259C;
}
.TagClassName
{
border-color: #B7259C;
}
</style>