Shades of Medium Red Violet #B23698
Tints of Medium Red Violet #B23698
RGB
CMYK
RGB Variations
Color information
#B23698 (or 0xB23698) is known color: Medium Red Violet. HEX triplet: B2, 36 and 98. RGB value is (178,54,152). Sum of RGB (Red+Green+Blue) = 178+54+152=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 152 (59.77% from 255 or 39.58% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B23698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23698 is #4DC967. Grayscale: #656565. Windows color (decimal): -5097832 or 9975474. OLE color: 9975474.
HSL color Cylindrical-coordinate representation of color #B23698: hue angle of 312.58º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B23698 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 54 | 152 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.30 |
| HSL | 312.58º | 0.53% | 0.45% | - |
| HSV(B) | 312.58º | 0.7% | 0.7% | - |
| XYZ | 25.35 | 14.37 | 31.14 | - |
| YUV | 102.25 | 156.08 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 54 | 152 | 0 | 0.70 | 0.15 | 0.30 | 312.58 | 0.53 | 0.45 |
| Hex | B2 | 36 | 98 | 0 | 46 | F | 1E | 139 | 35 | 2D |
| Octal | 262 | 66 | 230 | 0 | 106 | 17 | 36 | 471 | 65 | 55 |
| Binary | 10110010 | 110110 | 10011000 | 0 | 1000110 | 1111 | 11110 | 100111001 | 110101 | 101101 |
Color Harmonies of #B23698
Complementary color
Monochromatic Colors of #B23698
Black with #B23698
Text Example
Text Example
White with #B23698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23698; }
p { color: rgb(178,54,152); }
H1.HeaderClassName
{
color: #B23698;
}
.AnyTagClassName
{
color: #B23698;
}
</style>
background-color css
<style>
a { background-color: #B23698; }
a { background-color: rgb(178,54,152); }
div.DivClassName
{
background-color: #B23698;
}
.BgClassName
{
background-color: #B23698;
}
</style>
border-color css
<style>
span { border-color: #B23698; }
span { border-color: rgb(178,54,152); }
td.TdClassName
{
border-color: #B23698;
}
.TagClassName
{
border-color: #B23698;
}
</style>