Shades of Medium Red Violet #B0239E
Tints of Medium Red Violet #B0239E
RGB
CMYK
RGB Variations
Color information
#B0239E (or 0xB0239E) is known color: Medium Red Violet. HEX triplet: B0, 23 and 9E. RGB value is (176,35,158). Sum of RGB (Red+Green+Blue) = 176+35+158=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 35 (14.06% from 255 or 9.49% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B0239E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0239E is #4FDC61. Grayscale: #5A5A5A. Windows color (decimal): -5233762 or 10363824. OLE color: 10363824.
HSL color Cylindrical-coordinate representation of color #B0239E: hue angle of 307.66º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B0239E is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 35 | 158 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.31 |
| HSL | 307.66º | 0.67% | 0.41% | - |
| HSV(B) | 307.66º | 0.8% | 0.69% | - |
| XYZ | 24.68 | 12.9 | 33.54 | - |
| YUV | 91.18 | 165.71 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 35 | 158 | 0 | 0.80 | 0.10 | 0.31 | 307.66 | 0.67 | 0.41 |
| Hex | B0 | 23 | 9E | 0 | 50 | A | 1F | 134 | 43 | 29 |
| Octal | 260 | 43 | 236 | 0 | 120 | 12 | 37 | 464 | 103 | 51 |
| Binary | 10110000 | 100011 | 10011110 | 0 | 1010000 | 1010 | 11111 | 100110100 | 1000011 | 101001 |
Color Harmonies of #B0239E
Complementary color
Monochromatic Colors of #B0239E
Black with #B0239E
Text Example
Text Example
White with #B0239E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0239E; }
p { color: rgb(176,35,158); }
H1.HeaderClassName
{
color: #B0239E;
}
.AnyTagClassName
{
color: #B0239E;
}
</style>
background-color css
<style>
a { background-color: #B0239E; }
a { background-color: rgb(176,35,158); }
div.DivClassName
{
background-color: #B0239E;
}
.BgClassName
{
background-color: #B0239E;
}
</style>
border-color css
<style>
span { border-color: #B0239E; }
span { border-color: rgb(176,35,158); }
td.TdClassName
{
border-color: #B0239E;
}
.TagClassName
{
border-color: #B0239E;
}
</style>