Shades of Medium Red Violet #B23A81
Tints of Medium Red Violet #B23A81
RGB
CMYK
RGB Variations
Color information
#B23A81 (or 0xB23A81) is known color: Medium Red Violet. HEX triplet: B2, 3A and 81. RGB value is (178,58,129). Sum of RGB (Red+Green+Blue) = 178+58+129=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23A81 is #4DC57E. Grayscale: #656565. Windows color (decimal): -5096831 or 8469170. OLE color: 8469170.
HSL color Cylindrical-coordinate representation of color #B23A81: hue angle of 324.5º degrees, saturation: 0.51, 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 #B23A81 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 58 | 129 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.30 |
| HSL | 324.5º | 0.51% | 0.46% | - |
| HSV(B) | 324.5º | 0.67% | 0.7% | - |
| XYZ | 23.84 | 14.08 | 22.23 | - |
| YUV | 101.97 | 143.26 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 58 | 129 | 0 | 0.67 | 0.28 | 0.30 | 324.5 | 0.51 | 0.46 |
| Hex | B2 | 3A | 81 | 0 | 43 | 1C | 1E | 144 | 33 | 2E |
| Octal | 262 | 72 | 201 | 0 | 103 | 34 | 36 | 504 | 63 | 56 |
| Binary | 10110010 | 111010 | 10000001 | 0 | 1000011 | 11100 | 11110 | 101000100 | 110011 | 101110 |
Color Harmonies of #B23A81
Complementary color
Monochromatic Colors of #B23A81
Black with #B23A81
Text Example
Text Example
White with #B23A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23A81; }
p { color: rgb(178,58,129); }
H1.HeaderClassName
{
color: #B23A81;
}
.AnyTagClassName
{
color: #B23A81;
}
</style>
background-color css
<style>
a { background-color: #B23A81; }
a { background-color: rgb(178,58,129); }
div.DivClassName
{
background-color: #B23A81;
}
.BgClassName
{
background-color: #B23A81;
}
</style>
border-color css
<style>
span { border-color: #B23A81; }
span { border-color: rgb(178,58,129); }
td.TdClassName
{
border-color: #B23A81;
}
.TagClassName
{
border-color: #B23A81;
}
</style>