Shades of Medium Red Violet #B5289B
Tints of Medium Red Violet #B5289B
RGB
CMYK
RGB Variations
Color information
#B5289B (or 0xB5289B) is known color: Medium Red Violet. HEX triplet: B5, 28 and 9B. RGB value is (181,40,155). Sum of RGB (Red+Green+Blue) = 181+40+155=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 40 (16.02% from 255 or 10.64% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B5289B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5289B is #4AD764. Grayscale: #5E5E5E. Windows color (decimal): -4904805 or 10168501. OLE color: 10168501.
HSL color Cylindrical-coordinate representation of color #B5289B: hue angle of 311.06º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5289B is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 40 | 155 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.29 |
| HSL | 311.06º | 0.64% | 0.43% | - |
| HSV(B) | 311.06º | 0.78% | 0.71% | - |
| XYZ | 25.73 | 13.71 | 32.3 | - |
| YUV | 95.27 | 161.71 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 155 | 0 | 0.78 | 0.14 | 0.29 | 311.06 | 0.64 | 0.43 |
| Hex | B5 | 28 | 9B | 0 | 4E | E | 1D | 137 | 40 | 2B |
| Octal | 265 | 50 | 233 | 0 | 116 | 16 | 35 | 467 | 100 | 53 |
| Binary | 10110101 | 101000 | 10011011 | 0 | 1001110 | 1110 | 11101 | 100110111 | 1000000 | 101011 |
Color Harmonies of #B5289B
Complementary color
Monochromatic Colors of #B5289B
Black with #B5289B
Text Example
Text Example
White with #B5289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5289B; }
p { color: rgb(181,40,155); }
H1.HeaderClassName
{
color: #B5289B;
}
.AnyTagClassName
{
color: #B5289B;
}
</style>
background-color css
<style>
a { background-color: #B5289B; }
a { background-color: rgb(181,40,155); }
div.DivClassName
{
background-color: #B5289B;
}
.BgClassName
{
background-color: #B5289B;
}
</style>
border-color css
<style>
span { border-color: #B5289B; }
span { border-color: rgb(181,40,155); }
td.TdClassName
{
border-color: #B5289B;
}
.TagClassName
{
border-color: #B5289B;
}
</style>