Shades of Medium Red Violet #B23B93
Tints of Medium Red Violet #B23B93
RGB
CMYK
RGB Variations
Color information
#B23B93 (or 0xB23B93) is known color: Medium Red Violet. HEX triplet: B2, 3B and 93. RGB value is (178,59,147). Sum of RGB (Red+Green+Blue) = 178+59+147=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 59 (23.44% from 255 or 15.36% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23B93 is #4DC46C. Grayscale: #686868. Windows color (decimal): -5096557 or 9649074. OLE color: 9649074.
HSL color Cylindrical-coordinate representation of color #B23B93: hue angle of 315.63º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B23B93 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 59 | 147 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.30 |
| HSL | 315.63º | 0.5% | 0.46% | - |
| HSV(B) | 315.63º | 0.67% | 0.7% | - |
| XYZ | 25.19 | 14.7 | 29.11 | - |
| YUV | 104.61 | 151.92 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 59 | 147 | 0 | 0.67 | 0.17 | 0.30 | 315.63 | 0.5 | 0.46 |
| Hex | B2 | 3B | 93 | 0 | 43 | 11 | 1E | 13C | 32 | 2E |
| Octal | 262 | 73 | 223 | 0 | 103 | 21 | 36 | 474 | 62 | 56 |
| Binary | 10110010 | 111011 | 10010011 | 0 | 1000011 | 10001 | 11110 | 100111100 | 110010 | 101110 |
Color Harmonies of #B23B93
Complementary color
Monochromatic Colors of #B23B93
Black with #B23B93
Text Example
Text Example
White with #B23B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23B93; }
p { color: rgb(178,59,147); }
H1.HeaderClassName
{
color: #B23B93;
}
.AnyTagClassName
{
color: #B23B93;
}
</style>
background-color css
<style>
a { background-color: #B23B93; }
a { background-color: rgb(178,59,147); }
div.DivClassName
{
background-color: #B23B93;
}
.BgClassName
{
background-color: #B23B93;
}
</style>
border-color css
<style>
span { border-color: #B23B93; }
span { border-color: rgb(178,59,147); }
td.TdClassName
{
border-color: #B23B93;
}
.TagClassName
{
border-color: #B23B93;
}
</style>