Shades of Medium Red Violet #B23C7E
Tints of Medium Red Violet #B23C7E
RGB
CMYK
RGB Variations
Color information
#B23C7E (or 0xB23C7E) is known color: Medium Red Violet. HEX triplet: B2, 3C and 7E. RGB value is (178,60,126). Sum of RGB (Red+Green+Blue) = 178+60+126=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23C7E is #4DC381. Grayscale: #666666. Windows color (decimal): -5096322 or 8273074. OLE color: 8273074.
HSL color Cylindrical-coordinate representation of color #B23C7E: hue angle of 326.44º 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 #B23C7E is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 60 | 126 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.30 |
| HSL | 326.44º | 0.5% | 0.47% | - |
| HSV(B) | 326.44º | 0.66% | 0.7% | - |
| XYZ | 23.74 | 14.2 | 21.23 | - |
| YUV | 102.81 | 141.09 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 60 | 126 | 0 | 0.66 | 0.29 | 0.30 | 326.44 | 0.5 | 0.47 |
| Hex | B2 | 3C | 7E | 0 | 42 | 1D | 1E | 146 | 32 | 2F |
| Octal | 262 | 74 | 176 | 0 | 102 | 35 | 36 | 506 | 62 | 57 |
| Binary | 10110010 | 111100 | 1111110 | 0 | 1000010 | 11101 | 11110 | 101000110 | 110010 | 101111 |
Color Harmonies of #B23C7E
Complementary color
Monochromatic Colors of #B23C7E
Black with #B23C7E
Text Example
Text Example
White with #B23C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23C7E; }
p { color: rgb(178,60,126); }
H1.HeaderClassName
{
color: #B23C7E;
}
.AnyTagClassName
{
color: #B23C7E;
}
</style>
background-color css
<style>
a { background-color: #B23C7E; }
a { background-color: rgb(178,60,126); }
div.DivClassName
{
background-color: #B23C7E;
}
.BgClassName
{
background-color: #B23C7E;
}
</style>
border-color css
<style>
span { border-color: #B23C7E; }
span { border-color: rgb(178,60,126); }
td.TdClassName
{
border-color: #B23C7E;
}
.TagClassName
{
border-color: #B23C7E;
}
</style>