Shades of Medium Red Violet #B23C84
Tints of Medium Red Violet #B23C84
RGB
CMYK
RGB Variations
Color information
#B23C84 (or 0xB23C84) is known color: Medium Red Violet. HEX triplet: B2, 3C and 84. RGB value is (178,60,132). Sum of RGB (Red+Green+Blue) = 178+60+132=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 60 (23.83% from 255 or 16.22% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23C84 is #4DC37B. Grayscale: #676767. Windows color (decimal): -5096316 or 8666290. OLE color: 8666290.
HSL color Cylindrical-coordinate representation of color #B23C84: hue angle of 323.39º 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 #B23C84 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 60 | 132 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.30 |
| HSL | 323.39º | 0.5% | 0.47% | - |
| HSV(B) | 323.39º | 0.66% | 0.7% | - |
| XYZ | 24.14 | 14.36 | 23.33 | - |
| YUV | 103.49 | 144.09 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 60 | 132 | 0 | 0.66 | 0.26 | 0.30 | 323.39 | 0.5 | 0.47 |
| Hex | B2 | 3C | 84 | 0 | 42 | 1A | 1E | 143 | 32 | 2F |
| Octal | 262 | 74 | 204 | 0 | 102 | 32 | 36 | 503 | 62 | 57 |
| Binary | 10110010 | 111100 | 10000100 | 0 | 1000010 | 11010 | 11110 | 101000011 | 110010 | 101111 |
Color Harmonies of #B23C84
Complementary color
Monochromatic Colors of #B23C84
Black with #B23C84
Text Example
Text Example
White with #B23C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23C84; }
p { color: rgb(178,60,132); }
H1.HeaderClassName
{
color: #B23C84;
}
.AnyTagClassName
{
color: #B23C84;
}
</style>
background-color css
<style>
a { background-color: #B23C84; }
a { background-color: rgb(178,60,132); }
div.DivClassName
{
background-color: #B23C84;
}
.BgClassName
{
background-color: #B23C84;
}
</style>
border-color css
<style>
span { border-color: #B23C84; }
span { border-color: rgb(178,60,132); }
td.TdClassName
{
border-color: #B23C84;
}
.TagClassName
{
border-color: #B23C84;
}
</style>