Shades of Medium Red Violet #B23B7A
Tints of Medium Red Violet #B23B7A
RGB
CMYK
RGB Variations
Color information
#B23B7A (or 0xB23B7A) is known color: Medium Red Violet. HEX triplet: B2, 3B and 7A. RGB value is (178,59,122). Sum of RGB (Red+Green+Blue) = 178+59+122=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 59 (23.44% from 255 or 16.43% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23B7A is #4DC485. Grayscale: #656565. Windows color (decimal): -5096582 or 8010674. OLE color: 8010674.
HSL color Cylindrical-coordinate representation of color #B23B7A: hue angle of 328.24º degrees, saturation: 0.5, 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 #B23B7A is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 59 | 122 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.30 |
| HSL | 328.24º | 0.5% | 0.46% | - |
| HSV(B) | 328.24º | 0.67% | 0.7% | - |
| XYZ | 23.44 | 14 | 19.88 | - |
| YUV | 101.76 | 139.42 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 59 | 122 | 0 | 0.67 | 0.31 | 0.30 | 328.24 | 0.5 | 0.46 |
| Hex | B2 | 3B | 7A | 0 | 43 | 1F | 1E | 148 | 32 | 2E |
| Octal | 262 | 73 | 172 | 0 | 103 | 37 | 36 | 510 | 62 | 56 |
| Binary | 10110010 | 111011 | 1111010 | 0 | 1000011 | 11111 | 11110 | 101001000 | 110010 | 101110 |
Color Harmonies of #B23B7A
Complementary color
Monochromatic Colors of #B23B7A
Black with #B23B7A
Text Example
Text Example
White with #B23B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23B7A; }
p { color: rgb(178,59,122); }
H1.HeaderClassName
{
color: #B23B7A;
}
.AnyTagClassName
{
color: #B23B7A;
}
</style>
background-color css
<style>
a { background-color: #B23B7A; }
a { background-color: rgb(178,59,122); }
div.DivClassName
{
background-color: #B23B7A;
}
.BgClassName
{
background-color: #B23B7A;
}
</style>
border-color css
<style>
span { border-color: #B23B7A; }
span { border-color: rgb(178,59,122); }
td.TdClassName
{
border-color: #B23B7A;
}
.TagClassName
{
border-color: #B23B7A;
}
</style>