Shades of Medium Red Violet #B2398A
Tints of Medium Red Violet #B2398A
RGB
CMYK
RGB Variations
Color information
#B2398A (or 0xB2398A) is known color: Medium Red Violet. HEX triplet: B2, 39 and 8A. RGB value is (178,57,138). Sum of RGB (Red+Green+Blue) = 178+57+138=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B2398A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2398A is #4DC675. Grayscale: #666666. Windows color (decimal): -5097078 or 9058738. OLE color: 9058738.
HSL color Cylindrical-coordinate representation of color #B2398A: hue angle of 319.83º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B2398A is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 57 | 138 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.30 |
| HSL | 319.83º | 0.51% | 0.46% | - |
| HSV(B) | 319.83º | 0.68% | 0.7% | - |
| XYZ | 24.41 | 14.23 | 25.5 | - |
| YUV | 102.41 | 148.09 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 57 | 138 | 0 | 0.68 | 0.22 | 0.30 | 319.83 | 0.51 | 0.46 |
| Hex | B2 | 39 | 8A | 0 | 44 | 16 | 1E | 140 | 33 | 2E |
| Octal | 262 | 71 | 212 | 0 | 104 | 26 | 36 | 500 | 63 | 56 |
| Binary | 10110010 | 111001 | 10001010 | 0 | 1000100 | 10110 | 11110 | 101000000 | 110011 | 101110 |
Color Harmonies of #B2398A
Complementary color
Monochromatic Colors of #B2398A
Black with #B2398A
Text Example
Text Example
White with #B2398A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2398A; }
p { color: rgb(178,57,138); }
H1.HeaderClassName
{
color: #B2398A;
}
.AnyTagClassName
{
color: #B2398A;
}
</style>
background-color css
<style>
a { background-color: #B2398A; }
a { background-color: rgb(178,57,138); }
div.DivClassName
{
background-color: #B2398A;
}
.BgClassName
{
background-color: #B2398A;
}
</style>
border-color css
<style>
span { border-color: #B2398A; }
span { border-color: rgb(178,57,138); }
td.TdClassName
{
border-color: #B2398A;
}
.TagClassName
{
border-color: #B2398A;
}
</style>