Shades of Medium Red Violet #B23B9E
Tints of Medium Red Violet #B23B9E
RGB
CMYK
RGB Variations
Color information
#B23B9E (or 0xB23B9E) is known color: Medium Red Violet. HEX triplet: B2, 3B and 9E. RGB value is (178,59,158). Sum of RGB (Red+Green+Blue) = 178+59+158=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 59 (23.44% from 255 or 14.94% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23B9E is #4DC461. Grayscale: #696969. Windows color (decimal): -5096546 or 10369970. OLE color: 10369970.
HSL color Cylindrical-coordinate representation of color #B23B9E: hue angle of 310.08º 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 #B23B9E is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 59 | 158 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.30 |
| HSL | 310.08º | 0.5% | 0.46% | - |
| HSV(B) | 310.08º | 0.67% | 0.7% | - |
| XYZ | 26.1 | 15.06 | 33.88 | - |
| YUV | 105.87 | 157.42 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 59 | 158 | 0 | 0.67 | 0.11 | 0.30 | 310.08 | 0.5 | 0.46 |
| Hex | B2 | 3B | 9E | 0 | 43 | B | 1E | 136 | 32 | 2E |
| Octal | 262 | 73 | 236 | 0 | 103 | 13 | 36 | 466 | 62 | 56 |
| Binary | 10110010 | 111011 | 10011110 | 0 | 1000011 | 1011 | 11110 | 100110110 | 110010 | 101110 |
Color Harmonies of #B23B9E
Complementary color
Monochromatic Colors of #B23B9E
Black with #B23B9E
Text Example
Text Example
White with #B23B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23B9E; }
p { color: rgb(178,59,158); }
H1.HeaderClassName
{
color: #B23B9E;
}
.AnyTagClassName
{
color: #B23B9E;
}
</style>
background-color css
<style>
a { background-color: #B23B9E; }
a { background-color: rgb(178,59,158); }
div.DivClassName
{
background-color: #B23B9E;
}
.BgClassName
{
background-color: #B23B9E;
}
</style>
border-color css
<style>
span { border-color: #B23B9E; }
span { border-color: rgb(178,59,158); }
td.TdClassName
{
border-color: #B23B9E;
}
.TagClassName
{
border-color: #B23B9E;
}
</style>