Shades of Medium Red Violet #B23C8D
Tints of Medium Red Violet #B23C8D
RGB
CMYK
RGB Variations
Color information
#B23C8D (or 0xB23C8D) is known color: Medium Red Violet. HEX triplet: B2, 3C and 8D. RGB value is (178,60,141). Sum of RGB (Red+Green+Blue) = 178+60+141=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 60 (23.83% from 255 or 15.83% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23C8D is #4DC372. Grayscale: #686868. Windows color (decimal): -5096307 or 9256114. OLE color: 9256114.
HSL color Cylindrical-coordinate representation of color #B23C8D: hue angle of 318.81º 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 #B23C8D is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 60 | 141 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.30 |
| HSL | 318.81º | 0.5% | 0.47% | - |
| HSV(B) | 318.81º | 0.66% | 0.7% | - |
| XYZ | 24.78 | 14.62 | 26.71 | - |
| YUV | 104.52 | 148.59 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 60 | 141 | 0 | 0.66 | 0.21 | 0.30 | 318.81 | 0.5 | 0.47 |
| Hex | B2 | 3C | 8D | 0 | 42 | 15 | 1E | 13F | 32 | 2F |
| Octal | 262 | 74 | 215 | 0 | 102 | 25 | 36 | 477 | 62 | 57 |
| Binary | 10110010 | 111100 | 10001101 | 0 | 1000010 | 10101 | 11110 | 100111111 | 110010 | 101111 |
Color Harmonies of #B23C8D
Complementary color
Monochromatic Colors of #B23C8D
Black with #B23C8D
Text Example
Text Example
White with #B23C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23C8D; }
p { color: rgb(178,60,141); }
H1.HeaderClassName
{
color: #B23C8D;
}
.AnyTagClassName
{
color: #B23C8D;
}
</style>
background-color css
<style>
a { background-color: #B23C8D; }
a { background-color: rgb(178,60,141); }
div.DivClassName
{
background-color: #B23C8D;
}
.BgClassName
{
background-color: #B23C8D;
}
</style>
border-color css
<style>
span { border-color: #B23C8D; }
span { border-color: rgb(178,60,141); }
td.TdClassName
{
border-color: #B23C8D;
}
.TagClassName
{
border-color: #B23C8D;
}
</style>