Shades of Medium Red Violet #B23A7E
Tints of Medium Red Violet #B23A7E
RGB
CMYK
RGB Variations
Color information
#B23A7E (or 0xB23A7E) is known color: Medium Red Violet. HEX triplet: B2, 3A and 7E. RGB value is (178,58,126). Sum of RGB (Red+Green+Blue) = 178+58+126=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23A7E is #4DC581. Grayscale: #656565. Windows color (decimal): -5096834 or 8272562. OLE color: 8272562.
HSL color Cylindrical-coordinate representation of color #B23A7E: hue angle of 326º 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 #B23A7E is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 58 | 126 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.30 |
| HSL | 326º | 0.51% | 0.46% | - |
| HSV(B) | 326º | 0.67% | 0.7% | - |
| XYZ | 23.64 | 14 | 21.19 | - |
| YUV | 101.63 | 141.76 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 58 | 126 | 0 | 0.67 | 0.29 | 0.30 | 326 | 0.51 | 0.46 |
| Hex | B2 | 3A | 7E | 0 | 43 | 1D | 1E | 146 | 33 | 2E |
| Octal | 262 | 72 | 176 | 0 | 103 | 35 | 36 | 506 | 63 | 56 |
| Binary | 10110010 | 111010 | 1111110 | 0 | 1000011 | 11101 | 11110 | 101000110 | 110011 | 101110 |
Color Harmonies of #B23A7E
Complementary color
Monochromatic Colors of #B23A7E
Black with #B23A7E
Text Example
Text Example
White with #B23A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23A7E; }
p { color: rgb(178,58,126); }
H1.HeaderClassName
{
color: #B23A7E;
}
.AnyTagClassName
{
color: #B23A7E;
}
</style>
background-color css
<style>
a { background-color: #B23A7E; }
a { background-color: rgb(178,58,126); }
div.DivClassName
{
background-color: #B23A7E;
}
.BgClassName
{
background-color: #B23A7E;
}
</style>
border-color css
<style>
span { border-color: #B23A7E; }
span { border-color: rgb(178,58,126); }
td.TdClassName
{
border-color: #B23A7E;
}
.TagClassName
{
border-color: #B23A7E;
}
</style>