Shades of Medium Red Violet #B23B8A
Tints of Medium Red Violet #B23B8A
RGB
CMYK
RGB Variations
Color information
#B23B8A (or 0xB23B8A) is known color: Medium Red Violet. HEX triplet: B2, 3B and 8A. RGB value is (178,59,138). Sum of RGB (Red+Green+Blue) = 178+59+138=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23B8A is #4DC475. Grayscale: #676767. Windows color (decimal): -5096566 or 9059250. OLE color: 9059250.
HSL color Cylindrical-coordinate representation of color #B23B8A: hue angle of 320.17º 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 #B23B8A is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 59 | 138 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.30 |
| HSL | 320.17º | 0.5% | 0.46% | - |
| HSV(B) | 320.17º | 0.67% | 0.7% | - |
| XYZ | 24.51 | 14.43 | 25.54 | - |
| YUV | 103.59 | 147.42 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 59 | 138 | 0 | 0.67 | 0.22 | 0.30 | 320.17 | 0.5 | 0.46 |
| Hex | B2 | 3B | 8A | 0 | 43 | 16 | 1E | 140 | 32 | 2E |
| Octal | 262 | 73 | 212 | 0 | 103 | 26 | 36 | 500 | 62 | 56 |
| Binary | 10110010 | 111011 | 10001010 | 0 | 1000011 | 10110 | 11110 | 101000000 | 110010 | 101110 |
Color Harmonies of #B23B8A
Complementary color
Monochromatic Colors of #B23B8A
Black with #B23B8A
Text Example
Text Example
White with #B23B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23B8A; }
p { color: rgb(178,59,138); }
H1.HeaderClassName
{
color: #B23B8A;
}
.AnyTagClassName
{
color: #B23B8A;
}
</style>
background-color css
<style>
a { background-color: #B23B8A; }
a { background-color: rgb(178,59,138); }
div.DivClassName
{
background-color: #B23B8A;
}
.BgClassName
{
background-color: #B23B8A;
}
</style>
border-color css
<style>
span { border-color: #B23B8A; }
span { border-color: rgb(178,59,138); }
td.TdClassName
{
border-color: #B23B8A;
}
.TagClassName
{
border-color: #B23B8A;
}
</style>