Shades of Medium Red Violet #B7259A
Tints of Medium Red Violet #B7259A
RGB
CMYK
RGB Variations
Color information
#B7259A (or 0xB7259A) is known color: Medium Red Violet. HEX triplet: B7, 25 and 9A. RGB value is (183,37,154). Sum of RGB (Red+Green+Blue) = 183+37+154=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B7259A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7259A is #48DA65. Grayscale: #5D5D5D. Windows color (decimal): -4774502 or 10102199. OLE color: 10102199.
HSL color Cylindrical-coordinate representation of color #B7259A: hue angle of 311.92º 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 #B7259A is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 37 | 154 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.28 |
| HSL | 311.92º | 0.66% | 0.43% | - |
| HSV(B) | 311.92º | 0.8% | 0.72% | - |
| XYZ | 26.02 | 13.72 | 31.85 | - |
| YUV | 93.99 | 161.87 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 37 | 154 | 0 | 0.80 | 0.16 | 0.28 | 311.92 | 0.66 | 0.43 |
| Hex | B7 | 25 | 9A | 0 | 50 | 10 | 1C | 138 | 42 | 2B |
| Octal | 267 | 45 | 232 | 0 | 120 | 20 | 34 | 470 | 102 | 53 |
| Binary | 10110111 | 100101 | 10011010 | 0 | 1010000 | 10000 | 11100 | 100111000 | 1000010 | 101011 |
Color Harmonies of #B7259A
Complementary color
Monochromatic Colors of #B7259A
Black with #B7259A
Text Example
Text Example
White with #B7259A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7259A; }
p { color: rgb(183,37,154); }
H1.HeaderClassName
{
color: #B7259A;
}
.AnyTagClassName
{
color: #B7259A;
}
</style>
background-color css
<style>
a { background-color: #B7259A; }
a { background-color: rgb(183,37,154); }
div.DivClassName
{
background-color: #B7259A;
}
.BgClassName
{
background-color: #B7259A;
}
</style>
border-color css
<style>
span { border-color: #B7259A; }
span { border-color: rgb(183,37,154); }
td.TdClassName
{
border-color: #B7259A;
}
.TagClassName
{
border-color: #B7259A;
}
</style>