Shades of Medium Red Violet #B23B88
Tints of Medium Red Violet #B23B88
RGB
CMYK
RGB Variations
Color information
#B23B88 (or 0xB23B88) is known color: Medium Red Violet. HEX triplet: B2, 3B and 88. RGB value is (178,59,136). Sum of RGB (Red+Green+Blue) = 178+59+136=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23B88 is #4DC477. Grayscale: #676767. Windows color (decimal): -5096568 or 8928178. OLE color: 8928178.
HSL color Cylindrical-coordinate representation of color #B23B88: hue angle of 321.18º 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 #B23B88 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 59 | 136 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.30 |
| HSL | 321.18º | 0.5% | 0.46% | - |
| HSV(B) | 321.18º | 0.67% | 0.7% | - |
| XYZ | 24.37 | 14.37 | 24.78 | - |
| YUV | 103.36 | 146.42 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 59 | 136 | 0 | 0.67 | 0.24 | 0.30 | 321.18 | 0.5 | 0.46 |
| Hex | B2 | 3B | 88 | 0 | 43 | 18 | 1E | 141 | 32 | 2E |
| Octal | 262 | 73 | 210 | 0 | 103 | 30 | 36 | 501 | 62 | 56 |
| Binary | 10110010 | 111011 | 10001000 | 0 | 1000011 | 11000 | 11110 | 101000001 | 110010 | 101110 |
Color Harmonies of #B23B88
Complementary color
Monochromatic Colors of #B23B88
Black with #B23B88
Text Example
Text Example
White with #B23B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23B88; }
p { color: rgb(178,59,136); }
H1.HeaderClassName
{
color: #B23B88;
}
.AnyTagClassName
{
color: #B23B88;
}
</style>
background-color css
<style>
a { background-color: #B23B88; }
a { background-color: rgb(178,59,136); }
div.DivClassName
{
background-color: #B23B88;
}
.BgClassName
{
background-color: #B23B88;
}
</style>
border-color css
<style>
span { border-color: #B23B88; }
span { border-color: rgb(178,59,136); }
td.TdClassName
{
border-color: #B23B88;
}
.TagClassName
{
border-color: #B23B88;
}
</style>