Shades of Medium Red Violet #B23A7A
Tints of Medium Red Violet #B23A7A
RGB
CMYK
RGB Variations
Color information
#B23A7A (or 0xB23A7A) is known color: Medium Red Violet. HEX triplet: B2, 3A and 7A. RGB value is (178,58,122). Sum of RGB (Red+Green+Blue) = 178+58+122=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 58 (23.05% from 255 or 16.20% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23A7A is #4DC585. Grayscale: #656565. Windows color (decimal): -5096838 or 8010418. OLE color: 8010418.
HSL color Cylindrical-coordinate representation of color #B23A7A: hue angle of 328º 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 #B23A7A is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 58 | 122 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.30 |
| HSL | 328º | 0.51% | 0.46% | - |
| HSV(B) | 328º | 0.67% | 0.7% | - |
| XYZ | 23.39 | 13.9 | 19.86 | - |
| YUV | 101.18 | 139.76 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 58 | 122 | 0 | 0.67 | 0.31 | 0.30 | 328 | 0.51 | 0.46 |
| Hex | B2 | 3A | 7A | 0 | 43 | 1F | 1E | 148 | 33 | 2E |
| Octal | 262 | 72 | 172 | 0 | 103 | 37 | 36 | 510 | 63 | 56 |
| Binary | 10110010 | 111010 | 1111010 | 0 | 1000011 | 11111 | 11110 | 101001000 | 110011 | 101110 |
Color Harmonies of #B23A7A
Complementary color
Monochromatic Colors of #B23A7A
Black with #B23A7A
Text Example
Text Example
White with #B23A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23A7A; }
p { color: rgb(178,58,122); }
H1.HeaderClassName
{
color: #B23A7A;
}
.AnyTagClassName
{
color: #B23A7A;
}
</style>
background-color css
<style>
a { background-color: #B23A7A; }
a { background-color: rgb(178,58,122); }
div.DivClassName
{
background-color: #B23A7A;
}
.BgClassName
{
background-color: #B23A7A;
}
</style>
border-color css
<style>
span { border-color: #B23A7A; }
span { border-color: rgb(178,58,122); }
td.TdClassName
{
border-color: #B23A7A;
}
.TagClassName
{
border-color: #B23A7A;
}
</style>