Shades of Medium Red Violet #B23994
Tints of Medium Red Violet #B23994
RGB
CMYK
RGB Variations
Color information
#B23994 (or 0xB23994) is known color: Medium Red Violet. HEX triplet: B2, 39 and 94. RGB value is (178,57,148). Sum of RGB (Red+Green+Blue) = 178+57+148=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 57 (22.66% from 255 or 14.88% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B23994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23994 is #4DC66B. Grayscale: #676767. Windows color (decimal): -5097068 or 9714098. OLE color: 9714098.
HSL color Cylindrical-coordinate representation of color #B23994: hue angle of 314.88º 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 #B23994 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 57 | 148 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.30 |
| HSL | 314.88º | 0.51% | 0.46% | - |
| HSV(B) | 314.88º | 0.68% | 0.7% | - |
| XYZ | 25.17 | 14.53 | 29.49 | - |
| YUV | 103.55 | 153.09 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 57 | 148 | 0 | 0.68 | 0.17 | 0.30 | 314.88 | 0.51 | 0.46 |
| Hex | B2 | 39 | 94 | 0 | 44 | 11 | 1E | 13B | 33 | 2E |
| Octal | 262 | 71 | 224 | 0 | 104 | 21 | 36 | 473 | 63 | 56 |
| Binary | 10110010 | 111001 | 10010100 | 0 | 1000100 | 10001 | 11110 | 100111011 | 110011 | 101110 |
Color Harmonies of #B23994
Complementary color
Monochromatic Colors of #B23994
Black with #B23994
Text Example
Text Example
White with #B23994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23994; }
p { color: rgb(178,57,148); }
H1.HeaderClassName
{
color: #B23994;
}
.AnyTagClassName
{
color: #B23994;
}
</style>
background-color css
<style>
a { background-color: #B23994; }
a { background-color: rgb(178,57,148); }
div.DivClassName
{
background-color: #B23994;
}
.BgClassName
{
background-color: #B23994;
}
</style>
border-color css
<style>
span { border-color: #B23994; }
span { border-color: rgb(178,57,148); }
td.TdClassName
{
border-color: #B23994;
}
.TagClassName
{
border-color: #B23994;
}
</style>