Shades of Medium Red Violet #B23493
Tints of Medium Red Violet #B23493
RGB
CMYK
RGB Variations
Color information
#B23493 (or 0xB23493) is known color: Medium Red Violet. HEX triplet: B2, 34 and 93. RGB value is (178,52,147). Sum of RGB (Red+Green+Blue) = 178+52+147=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 52 (20.70% from 255 or 13.79% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B23493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23493 is #4DCB6C. Grayscale: #646464. Windows color (decimal): -5098349 or 9647282. OLE color: 9647282.
HSL color Cylindrical-coordinate representation of color #B23493: hue angle of 314.76º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B23493 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 52 | 147 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.30 |
| HSL | 314.76º | 0.55% | 0.45% | - |
| HSV(B) | 314.76º | 0.71% | 0.7% | - |
| XYZ | 24.85 | 14.03 | 29 | - |
| YUV | 100.5 | 154.24 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 52 | 147 | 0 | 0.71 | 0.17 | 0.30 | 314.76 | 0.55 | 0.45 |
| Hex | B2 | 34 | 93 | 0 | 47 | 11 | 1E | 13B | 37 | 2D |
| Octal | 262 | 64 | 223 | 0 | 107 | 21 | 36 | 473 | 67 | 55 |
| Binary | 10110010 | 110100 | 10010011 | 0 | 1000111 | 10001 | 11110 | 100111011 | 110111 | 101101 |
Color Harmonies of #B23493
Complementary color
Monochromatic Colors of #B23493
Black with #B23493
Text Example
Text Example
White with #B23493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23493; }
p { color: rgb(178,52,147); }
H1.HeaderClassName
{
color: #B23493;
}
.AnyTagClassName
{
color: #B23493;
}
</style>
background-color css
<style>
a { background-color: #B23493; }
a { background-color: rgb(178,52,147); }
div.DivClassName
{
background-color: #B23493;
}
.BgClassName
{
background-color: #B23493;
}
</style>
border-color css
<style>
span { border-color: #B23493; }
span { border-color: rgb(178,52,147); }
td.TdClassName
{
border-color: #B23493;
}
.TagClassName
{
border-color: #B23493;
}
</style>