Shades of Medium Red Violet #B23B92
Tints of Medium Red Violet #B23B92
RGB
CMYK
RGB Variations
Color information
#B23B92 (or 0xB23B92) is known color: Medium Red Violet. HEX triplet: B2, 3B and 92. RGB value is (178,59,146). Sum of RGB (Red+Green+Blue) = 178+59+146=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 59 (23.44% from 255 or 15.40% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23B92 is #4DC46D. Grayscale: #686868. Windows color (decimal): -5096558 or 9583538. OLE color: 9583538.
HSL color Cylindrical-coordinate representation of color #B23B92: hue angle of 316.13º 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 #B23B92 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 59 | 146 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.30 |
| HSL | 316.13º | 0.5% | 0.46% | - |
| HSV(B) | 316.13º | 0.67% | 0.7% | - |
| XYZ | 25.11 | 14.67 | 28.7 | - |
| YUV | 104.5 | 151.42 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 59 | 146 | 0 | 0.67 | 0.18 | 0.30 | 316.13 | 0.5 | 0.46 |
| Hex | B2 | 3B | 92 | 0 | 43 | 12 | 1E | 13C | 32 | 2E |
| Octal | 262 | 73 | 222 | 0 | 103 | 22 | 36 | 474 | 62 | 56 |
| Binary | 10110010 | 111011 | 10010010 | 0 | 1000011 | 10010 | 11110 | 100111100 | 110010 | 101110 |
Color Harmonies of #B23B92
Complementary color
Monochromatic Colors of #B23B92
Black with #B23B92
Text Example
Text Example
White with #B23B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23B92; }
p { color: rgb(178,59,146); }
H1.HeaderClassName
{
color: #B23B92;
}
.AnyTagClassName
{
color: #B23B92;
}
</style>
background-color css
<style>
a { background-color: #B23B92; }
a { background-color: rgb(178,59,146); }
div.DivClassName
{
background-color: #B23B92;
}
.BgClassName
{
background-color: #B23B92;
}
</style>
border-color css
<style>
span { border-color: #B23B92; }
span { border-color: rgb(178,59,146); }
td.TdClassName
{
border-color: #B23B92;
}
.TagClassName
{
border-color: #B23B92;
}
</style>