Shades of Medium Red Violet #B23C7D
Tints of Medium Red Violet #B23C7D
RGB
CMYK
RGB Variations
Color information
#B23C7D (or 0xB23C7D) is known color: Medium Red Violet. HEX triplet: B2, 3C and 7D. RGB value is (178,60,125). Sum of RGB (Red+Green+Blue) = 178+60+125=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23C7D is #4DC382. Grayscale: #666666. Windows color (decimal): -5096323 or 8207538. OLE color: 8207538.
HSL color Cylindrical-coordinate representation of color #B23C7D: hue angle of 326.95º 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 #B23C7D is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 60 | 125 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.30 |
| HSL | 326.95º | 0.5% | 0.47% | - |
| HSV(B) | 326.95º | 0.66% | 0.7% | - |
| XYZ | 23.68 | 14.18 | 20.89 | - |
| YUV | 102.69 | 140.59 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 60 | 125 | 0 | 0.66 | 0.30 | 0.30 | 326.95 | 0.5 | 0.47 |
| Hex | B2 | 3C | 7D | 0 | 42 | 1E | 1E | 147 | 32 | 2F |
| Octal | 262 | 74 | 175 | 0 | 102 | 36 | 36 | 507 | 62 | 57 |
| Binary | 10110010 | 111100 | 1111101 | 0 | 1000010 | 11110 | 11110 | 101000111 | 110010 | 101111 |
Color Harmonies of #B23C7D
Complementary color
Monochromatic Colors of #B23C7D
Black with #B23C7D
Text Example
Text Example
White with #B23C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23C7D; }
p { color: rgb(178,60,125); }
H1.HeaderClassName
{
color: #B23C7D;
}
.AnyTagClassName
{
color: #B23C7D;
}
</style>
background-color css
<style>
a { background-color: #B23C7D; }
a { background-color: rgb(178,60,125); }
div.DivClassName
{
background-color: #B23C7D;
}
.BgClassName
{
background-color: #B23C7D;
}
</style>
border-color css
<style>
span { border-color: #B23C7D; }
span { border-color: rgb(178,60,125); }
td.TdClassName
{
border-color: #B23C7D;
}
.TagClassName
{
border-color: #B23C7D;
}
</style>