Shades of Medium Red Violet #B23C9D
Tints of Medium Red Violet #B23C9D
RGB
CMYK
RGB Variations
Color information
#B23C9D (or 0xB23C9D) is known color: Medium Red Violet. HEX triplet: B2, 3C and 9D. RGB value is (178,60,157). Sum of RGB (Red+Green+Blue) = 178+60+157=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23C9D is #4DC362. Grayscale: #6A6A6A. Windows color (decimal): -5096291 or 10304690. OLE color: 10304690.
HSL color Cylindrical-coordinate representation of color #B23C9D: hue angle of 310.68º 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 #B23C9D is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 60 | 157 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.30 |
| HSL | 310.68º | 0.5% | 0.47% | - |
| HSV(B) | 310.68º | 0.66% | 0.7% | - |
| XYZ | 26.06 | 15.13 | 33.45 | - |
| YUV | 106.34 | 156.59 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 60 | 157 | 0 | 0.66 | 0.12 | 0.30 | 310.68 | 0.5 | 0.47 |
| Hex | B2 | 3C | 9D | 0 | 42 | C | 1E | 137 | 32 | 2F |
| Octal | 262 | 74 | 235 | 0 | 102 | 14 | 36 | 467 | 62 | 57 |
| Binary | 10110010 | 111100 | 10011101 | 0 | 1000010 | 1100 | 11110 | 100110111 | 110010 | 101111 |
Color Harmonies of #B23C9D
Complementary color
Monochromatic Colors of #B23C9D
Black with #B23C9D
Text Example
Text Example
White with #B23C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23C9D; }
p { color: rgb(178,60,157); }
H1.HeaderClassName
{
color: #B23C9D;
}
.AnyTagClassName
{
color: #B23C9D;
}
</style>
background-color css
<style>
a { background-color: #B23C9D; }
a { background-color: rgb(178,60,157); }
div.DivClassName
{
background-color: #B23C9D;
}
.BgClassName
{
background-color: #B23C9D;
}
</style>
border-color css
<style>
span { border-color: #B23C9D; }
span { border-color: rgb(178,60,157); }
td.TdClassName
{
border-color: #B23C9D;
}
.TagClassName
{
border-color: #B23C9D;
}
</style>