Shades of Medium Red Violet #B23086
Tints of Medium Red Violet #B23086
RGB
CMYK
RGB Variations
Color information
#B23086 (or 0xB23086) is known color: Medium Red Violet. HEX triplet: B2, 30 and 86. RGB value is (178,48,134). Sum of RGB (Red+Green+Blue) = 178+48+134=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B23086 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23086 is #4DCF79. Grayscale: #606060. Windows color (decimal): -5099386 or 8794290. OLE color: 8794290.
HSL color Cylindrical-coordinate representation of color #B23086: hue angle of 320.31º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B23086 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 48 | 134 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.30 |
| HSL | 320.31º | 0.58% | 0.44% | - |
| HSV(B) | 320.31º | 0.73% | 0.7% | - |
| XYZ | 23.72 | 13.3 | 23.87 | - |
| YUV | 96.67 | 149.07 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 48 | 134 | 0 | 0.73 | 0.25 | 0.30 | 320.31 | 0.58 | 0.44 |
| Hex | B2 | 30 | 86 | 0 | 49 | 19 | 1E | 140 | 3A | 2C |
| Octal | 262 | 60 | 206 | 0 | 111 | 31 | 36 | 500 | 72 | 54 |
| Binary | 10110010 | 110000 | 10000110 | 0 | 1001001 | 11001 | 11110 | 101000000 | 111010 | 101100 |
Color Harmonies of #B23086
Complementary color
Monochromatic Colors of #B23086
Black with #B23086
Text Example
Text Example
White with #B23086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23086; }
p { color: rgb(178,48,134); }
H1.HeaderClassName
{
color: #B23086;
}
.AnyTagClassName
{
color: #B23086;
}
</style>
background-color css
<style>
a { background-color: #B23086; }
a { background-color: rgb(178,48,134); }
div.DivClassName
{
background-color: #B23086;
}
.BgClassName
{
background-color: #B23086;
}
</style>
border-color css
<style>
span { border-color: #B23086; }
span { border-color: rgb(178,48,134); }
td.TdClassName
{
border-color: #B23086;
}
.TagClassName
{
border-color: #B23086;
}
</style>