Shades of Medium Red Violet #B2399C
Tints of Medium Red Violet #B2399C
RGB
CMYK
RGB Variations
Color information
#B2399C (or 0xB2399C) is known color: Medium Red Violet. HEX triplet: B2, 39 and 9C. RGB value is (178,57,156). Sum of RGB (Red+Green+Blue) = 178+57+156=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 57 (22.66% from 255 or 14.58% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B2399C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2399C is #4DC663. Grayscale: #686868. Windows color (decimal): -5097060 or 10238386. OLE color: 10238386.
HSL color Cylindrical-coordinate representation of color #B2399C: hue angle of 310.91º 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 #B2399C is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 57 | 156 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.30 |
| HSL | 310.91º | 0.51% | 0.46% | - |
| HSV(B) | 310.91º | 0.68% | 0.7% | - |
| XYZ | 25.82 | 14.79 | 32.95 | - |
| YUV | 104.47 | 157.09 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 57 | 156 | 0 | 0.68 | 0.12 | 0.30 | 310.91 | 0.51 | 0.46 |
| Hex | B2 | 39 | 9C | 0 | 44 | C | 1E | 137 | 33 | 2E |
| Octal | 262 | 71 | 234 | 0 | 104 | 14 | 36 | 467 | 63 | 56 |
| Binary | 10110010 | 111001 | 10011100 | 0 | 1000100 | 1100 | 11110 | 100110111 | 110011 | 101110 |
Color Harmonies of #B2399C
Complementary color
Monochromatic Colors of #B2399C
Black with #B2399C
Text Example
Text Example
White with #B2399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2399C; }
p { color: rgb(178,57,156); }
H1.HeaderClassName
{
color: #B2399C;
}
.AnyTagClassName
{
color: #B2399C;
}
</style>
background-color css
<style>
a { background-color: #B2399C; }
a { background-color: rgb(178,57,156); }
div.DivClassName
{
background-color: #B2399C;
}
.BgClassName
{
background-color: #B2399C;
}
</style>
border-color css
<style>
span { border-color: #B2399C; }
span { border-color: rgb(178,57,156); }
td.TdClassName
{
border-color: #B2399C;
}
.TagClassName
{
border-color: #B2399C;
}
</style>