Shades of Medium Red Violet #B0248B
Tints of Medium Red Violet #B0248B
RGB
CMYK
RGB Variations
Color information
#B0248B (or 0xB0248B) is known color: Medium Red Violet. HEX triplet: B0, 24 and 8B. RGB value is (176,36,139). Sum of RGB (Red+Green+Blue) = 176+36+139=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B0248B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0248B is #4FDB74. Grayscale: #595959. Windows color (decimal): -5233525 or 9118896. OLE color: 9118896.
HSL color Cylindrical-coordinate representation of color #B0248B: hue angle of 315.86º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B0248B is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 36 | 139 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.31 |
| HSL | 315.86º | 0.66% | 0.42% | - |
| HSV(B) | 315.86º | 0.8% | 0.69% | - |
| XYZ | 23.2 | 12.36 | 25.59 | - |
| YUV | 89.6 | 155.88 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 139 | 0 | 0.80 | 0.21 | 0.31 | 315.86 | 0.66 | 0.42 |
| Hex | B0 | 24 | 8B | 0 | 50 | 15 | 1F | 13C | 42 | 2A |
| Octal | 260 | 44 | 213 | 0 | 120 | 25 | 37 | 474 | 102 | 52 |
| Binary | 10110000 | 100100 | 10001011 | 0 | 1010000 | 10101 | 11111 | 100111100 | 1000010 | 101010 |
Color Harmonies of #B0248B
Complementary color
Monochromatic Colors of #B0248B
Black with #B0248B
Text Example
Text Example
White with #B0248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0248B; }
p { color: rgb(176,36,139); }
H1.HeaderClassName
{
color: #B0248B;
}
.AnyTagClassName
{
color: #B0248B;
}
</style>
background-color css
<style>
a { background-color: #B0248B; }
a { background-color: rgb(176,36,139); }
div.DivClassName
{
background-color: #B0248B;
}
.BgClassName
{
background-color: #B0248B;
}
</style>
border-color css
<style>
span { border-color: #B0248B; }
span { border-color: rgb(176,36,139); }
td.TdClassName
{
border-color: #B0248B;
}
.TagClassName
{
border-color: #B0248B;
}
</style>