Shades of Medium Red Violet #B23C8F
Tints of Medium Red Violet #B23C8F
RGB
CMYK
RGB Variations
Color information
#B23C8F (or 0xB23C8F) is known color: Medium Red Violet. HEX triplet: B2, 3C and 8F. RGB value is (178,60,143). Sum of RGB (Red+Green+Blue) = 178+60+143=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23C8F is #4DC370. Grayscale: #686868. Windows color (decimal): -5096305 or 9387186. OLE color: 9387186.
HSL color Cylindrical-coordinate representation of color #B23C8F: hue angle of 317.8º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B23C8F is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 60 | 143 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.30 |
| HSL | 317.8º | 0.5% | 0.47% | - |
| HSV(B) | 317.8º | 0.66% | 0.7% | - |
| XYZ | 24.93 | 14.68 | 27.51 | - |
| YUV | 104.74 | 149.59 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 60 | 143 | 0 | 0.66 | 0.20 | 0.30 | 317.8 | 0.5 | 0.47 |
| Hex | B2 | 3C | 8F | 0 | 42 | 14 | 1E | 13E | 32 | 2F |
| Octal | 262 | 74 | 217 | 0 | 102 | 24 | 36 | 476 | 62 | 57 |
| Binary | 10110010 | 111100 | 10001111 | 0 | 1000010 | 10100 | 11110 | 100111110 | 110010 | 101111 |
Color Harmonies of #B23C8F
Complementary color
Monochromatic Colors of #B23C8F
Black with #B23C8F
Text Example
Text Example
White with #B23C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23C8F; }
p { color: rgb(178,60,143); }
H1.HeaderClassName
{
color: #B23C8F;
}
.AnyTagClassName
{
color: #B23C8F;
}
</style>
background-color css
<style>
a { background-color: #B23C8F; }
a { background-color: rgb(178,60,143); }
div.DivClassName
{
background-color: #B23C8F;
}
.BgClassName
{
background-color: #B23C8F;
}
</style>
border-color css
<style>
span { border-color: #B23C8F; }
span { border-color: rgb(178,60,143); }
td.TdClassName
{
border-color: #B23C8F;
}
.TagClassName
{
border-color: #B23C8F;
}
</style>