Shades of Medium Red Violet #B2389C
Tints of Medium Red Violet #B2389C
RGB
CMYK
RGB Variations
Color information
#B2389C (or 0xB2389C) is known color: Medium Red Violet. HEX triplet: B2, 38 and 9C. RGB value is (178,56,156). Sum of RGB (Red+Green+Blue) = 178+56+156=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B2389C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2389C is #4DC763. Grayscale: #676767. Windows color (decimal): -5097316 or 10238130. OLE color: 10238130.
HSL color Cylindrical-coordinate representation of color #B2389C: hue angle of 310.82º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2389C is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 56 | 156 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.30 |
| HSL | 310.82º | 0.52% | 0.46% | - |
| HSV(B) | 310.82º | 0.69% | 0.7% | - |
| XYZ | 25.78 | 14.69 | 32.93 | - |
| YUV | 103.88 | 157.42 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 56 | 156 | 0 | 0.69 | 0.12 | 0.30 | 310.82 | 0.52 | 0.46 |
| Hex | B2 | 38 | 9C | 0 | 45 | C | 1E | 137 | 34 | 2E |
| Octal | 262 | 70 | 234 | 0 | 105 | 14 | 36 | 467 | 64 | 56 |
| Binary | 10110010 | 111000 | 10011100 | 0 | 1000101 | 1100 | 11110 | 100110111 | 110100 | 101110 |
Color Harmonies of #B2389C
Complementary color
Monochromatic Colors of #B2389C
Black with #B2389C
Text Example
Text Example
White with #B2389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2389C; }
p { color: rgb(178,56,156); }
H1.HeaderClassName
{
color: #B2389C;
}
.AnyTagClassName
{
color: #B2389C;
}
</style>
background-color css
<style>
a { background-color: #B2389C; }
a { background-color: rgb(178,56,156); }
div.DivClassName
{
background-color: #B2389C;
}
.BgClassName
{
background-color: #B2389C;
}
</style>
border-color css
<style>
span { border-color: #B2389C; }
span { border-color: rgb(178,56,156); }
td.TdClassName
{
border-color: #B2389C;
}
.TagClassName
{
border-color: #B2389C;
}
</style>