Shades of Medium Red Violet #B23C9C
Tints of Medium Red Violet #B23C9C
RGB
CMYK
RGB Variations
Color information
#B23C9C (or 0xB23C9C) is known color: Medium Red Violet. HEX triplet: B2, 3C and 9C. RGB value is (178,60,156). Sum of RGB (Red+Green+Blue) = 178+60+156=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 60 (23.83% from 255 or 15.23% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23C9C is #4DC363. Grayscale: #696969. Windows color (decimal): -5096292 or 10239154. OLE color: 10239154.
HSL color Cylindrical-coordinate representation of color #B23C9C: hue angle of 311.19º 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 #B23C9C is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 60 | 156 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.30 |
| HSL | 311.19º | 0.5% | 0.47% | - |
| HSV(B) | 311.19º | 0.66% | 0.7% | - |
| XYZ | 25.98 | 15.1 | 33 | - |
| YUV | 106.23 | 156.09 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 60 | 156 | 0 | 0.66 | 0.12 | 0.30 | 311.19 | 0.5 | 0.47 |
| Hex | B2 | 3C | 9C | 0 | 42 | C | 1E | 137 | 32 | 2F |
| Octal | 262 | 74 | 234 | 0 | 102 | 14 | 36 | 467 | 62 | 57 |
| Binary | 10110010 | 111100 | 10011100 | 0 | 1000010 | 1100 | 11110 | 100110111 | 110010 | 101111 |
Color Harmonies of #B23C9C
Complementary color
Monochromatic Colors of #B23C9C
Black with #B23C9C
Text Example
Text Example
White with #B23C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23C9C; }
p { color: rgb(178,60,156); }
H1.HeaderClassName
{
color: #B23C9C;
}
.AnyTagClassName
{
color: #B23C9C;
}
</style>
background-color css
<style>
a { background-color: #B23C9C; }
a { background-color: rgb(178,60,156); }
div.DivClassName
{
background-color: #B23C9C;
}
.BgClassName
{
background-color: #B23C9C;
}
</style>
border-color css
<style>
span { border-color: #B23C9C; }
span { border-color: rgb(178,60,156); }
td.TdClassName
{
border-color: #B23C9C;
}
.TagClassName
{
border-color: #B23C9C;
}
</style>