Shades of Medium Red Violet #B0249A
Tints of Medium Red Violet #B0249A
RGB
CMYK
RGB Variations
Color information
#B0249A (or 0xB0249A) is known color: Medium Red Violet. HEX triplet: B0, 24 and 9A. RGB value is (176,36,154). Sum of RGB (Red+Green+Blue) = 176+36+154=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B0249A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0249A is #4FDB65. Grayscale: #5A5A5A. Windows color (decimal): -5233510 or 10101936. OLE color: 10101936.
HSL color Cylindrical-coordinate representation of color #B0249A: hue angle of 309.43º 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 #B0249A is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 36 | 154 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.31 |
| HSL | 309.43º | 0.66% | 0.42% | - |
| HSV(B) | 309.43º | 0.8% | 0.69% | - |
| XYZ | 24.37 | 12.82 | 31.76 | - |
| YUV | 91.31 | 163.38 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 154 | 0 | 0.80 | 0.12 | 0.31 | 309.43 | 0.66 | 0.42 |
| Hex | B0 | 24 | 9A | 0 | 50 | C | 1F | 135 | 42 | 2A |
| Octal | 260 | 44 | 232 | 0 | 120 | 14 | 37 | 465 | 102 | 52 |
| Binary | 10110000 | 100100 | 10011010 | 0 | 1010000 | 1100 | 11111 | 100110101 | 1000010 | 101010 |
Color Harmonies of #B0249A
Complementary color
Monochromatic Colors of #B0249A
Black with #B0249A
Text Example
Text Example
White with #B0249A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0249A; }
p { color: rgb(176,36,154); }
H1.HeaderClassName
{
color: #B0249A;
}
.AnyTagClassName
{
color: #B0249A;
}
</style>
background-color css
<style>
a { background-color: #B0249A; }
a { background-color: rgb(176,36,154); }
div.DivClassName
{
background-color: #B0249A;
}
.BgClassName
{
background-color: #B0249A;
}
</style>
border-color css
<style>
span { border-color: #B0249A; }
span { border-color: rgb(176,36,154); }
td.TdClassName
{
border-color: #B0249A;
}
.TagClassName
{
border-color: #B0249A;
}
</style>