Shades of Medium Red Violet #B2298A
Tints of Medium Red Violet #B2298A
RGB
CMYK
RGB Variations
Color information
#B2298A (or 0xB2298A) is known color: Medium Red Violet. HEX triplet: B2, 29 and 8A. RGB value is (178,41,138). Sum of RGB (Red+Green+Blue) = 178+41+138=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B2298A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2298A is #4DD675. Grayscale: #5C5C5C. Windows color (decimal): -5101174 or 9054642. OLE color: 9054642.
HSL color Cylindrical-coordinate representation of color #B2298A: hue angle of 317.52º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B2298A is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 41 | 138 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.30 |
| HSL | 317.52º | 0.63% | 0.43% | - |
| HSV(B) | 317.52º | 0.77% | 0.7% | - |
| XYZ | 23.74 | 12.89 | 25.28 | - |
| YUV | 93.02 | 153.39 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 41 | 138 | 0 | 0.77 | 0.22 | 0.30 | 317.52 | 0.63 | 0.43 |
| Hex | B2 | 29 | 8A | 0 | 4D | 16 | 1E | 13E | 3F | 2B |
| Octal | 262 | 51 | 212 | 0 | 115 | 26 | 36 | 476 | 77 | 53 |
| Binary | 10110010 | 101001 | 10001010 | 0 | 1001101 | 10110 | 11110 | 100111110 | 111111 | 101011 |
Color Harmonies of #B2298A
Complementary color
Monochromatic Colors of #B2298A
Black with #B2298A
Text Example
Text Example
White with #B2298A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2298A; }
p { color: rgb(178,41,138); }
H1.HeaderClassName
{
color: #B2298A;
}
.AnyTagClassName
{
color: #B2298A;
}
</style>
background-color css
<style>
a { background-color: #B2298A; }
a { background-color: rgb(178,41,138); }
div.DivClassName
{
background-color: #B2298A;
}
.BgClassName
{
background-color: #B2298A;
}
</style>
border-color css
<style>
span { border-color: #B2298A; }
span { border-color: rgb(178,41,138); }
td.TdClassName
{
border-color: #B2298A;
}
.TagClassName
{
border-color: #B2298A;
}
</style>