Shades of Medium Red Violet #B23893
Tints of Medium Red Violet #B23893
RGB
CMYK
RGB Variations
Color information
#B23893 (or 0xB23893) is known color: Medium Red Violet. HEX triplet: B2, 38 and 93. RGB value is (178,56,147). Sum of RGB (Red+Green+Blue) = 178+56+147=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B23893 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23893 is #4DC76C. Grayscale: #666666. Windows color (decimal): -5097325 or 9648306. OLE color: 9648306.
HSL color Cylindrical-coordinate representation of color #B23893: hue angle of 315.25º 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 #B23893 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 56 | 147 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.30 |
| HSL | 315.25º | 0.52% | 0.46% | - |
| HSV(B) | 315.25º | 0.69% | 0.7% | - |
| XYZ | 25.04 | 14.4 | 29.06 | - |
| YUV | 102.85 | 152.92 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 56 | 147 | 0 | 0.69 | 0.17 | 0.30 | 315.25 | 0.52 | 0.46 |
| Hex | B2 | 38 | 93 | 0 | 45 | 11 | 1E | 13B | 34 | 2E |
| Octal | 262 | 70 | 223 | 0 | 105 | 21 | 36 | 473 | 64 | 56 |
| Binary | 10110010 | 111000 | 10010011 | 0 | 1000101 | 10001 | 11110 | 100111011 | 110100 | 101110 |
Color Harmonies of #B23893
Complementary color
Monochromatic Colors of #B23893
Black with #B23893
Text Example
Text Example
White with #B23893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23893; }
p { color: rgb(178,56,147); }
H1.HeaderClassName
{
color: #B23893;
}
.AnyTagClassName
{
color: #B23893;
}
</style>
background-color css
<style>
a { background-color: #B23893; }
a { background-color: rgb(178,56,147); }
div.DivClassName
{
background-color: #B23893;
}
.BgClassName
{
background-color: #B23893;
}
</style>
border-color css
<style>
span { border-color: #B23893; }
span { border-color: rgb(178,56,147); }
td.TdClassName
{
border-color: #B23893;
}
.TagClassName
{
border-color: #B23893;
}
</style>