Shades of Medium Red Violet #B0238A
Tints of Medium Red Violet #B0238A
RGB
CMYK
RGB Variations
Color information
#B0238A (or 0xB0238A) is known color: Medium Red Violet. HEX triplet: B0, 23 and 8A. RGB value is (176,35,138). Sum of RGB (Red+Green+Blue) = 176+35+138=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 35 (14.06% from 255 or 10.03% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B0238A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0238A is #4FDC75. Grayscale: #585858. Windows color (decimal): -5233782 or 9053104. OLE color: 9053104.
HSL color Cylindrical-coordinate representation of color #B0238A: hue angle of 316.17º 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 #B0238A is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 35 | 138 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.31 |
| HSL | 316.17º | 0.67% | 0.41% | - |
| HSV(B) | 316.17º | 0.8% | 0.69% | - |
| XYZ | 23.09 | 12.27 | 25.2 | - |
| YUV | 88.9 | 155.71 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 35 | 138 | 0 | 0.80 | 0.22 | 0.31 | 316.17 | 0.67 | 0.41 |
| Hex | B0 | 23 | 8A | 0 | 50 | 16 | 1F | 13C | 43 | 29 |
| Octal | 260 | 43 | 212 | 0 | 120 | 26 | 37 | 474 | 103 | 51 |
| Binary | 10110000 | 100011 | 10001010 | 0 | 1010000 | 10110 | 11111 | 100111100 | 1000011 | 101001 |
Color Harmonies of #B0238A
Complementary color
Monochromatic Colors of #B0238A
Black with #B0238A
Text Example
Text Example
White with #B0238A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0238A; }
p { color: rgb(176,35,138); }
H1.HeaderClassName
{
color: #B0238A;
}
.AnyTagClassName
{
color: #B0238A;
}
</style>
background-color css
<style>
a { background-color: #B0238A; }
a { background-color: rgb(176,35,138); }
div.DivClassName
{
background-color: #B0238A;
}
.BgClassName
{
background-color: #B0238A;
}
</style>
border-color css
<style>
span { border-color: #B0238A; }
span { border-color: rgb(176,35,138); }
td.TdClassName
{
border-color: #B0238A;
}
.TagClassName
{
border-color: #B0238A;
}
</style>