Shades of Medium Red Violet #B23F82
Tints of Medium Red Violet #B23F82
RGB
CMYK
RGB Variations
Color information
#B23F82 (or 0xB23F82) is known color: Medium Red Violet. HEX triplet: B2, 3F and 82. RGB value is (178,63,130). Sum of RGB (Red+Green+Blue) = 178+63+130=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23F82 is #4DC07D. Grayscale: #686868. Windows color (decimal): -5095550 or 8535986. OLE color: 8535986.
HSL color Cylindrical-coordinate representation of color #B23F82: hue angle of 325.04º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B23F82 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 63 | 130 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.30 |
| HSL | 325.04º | 0.48% | 0.47% | - |
| HSV(B) | 325.04º | 0.65% | 0.7% | - |
| XYZ | 24.17 | 14.63 | 22.67 | - |
| YUV | 105.02 | 142.1 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 63 | 130 | 0 | 0.65 | 0.27 | 0.30 | 325.04 | 0.48 | 0.47 |
| Hex | B2 | 3F | 82 | 0 | 41 | 1B | 1E | 145 | 30 | 2F |
| Octal | 262 | 77 | 202 | 0 | 101 | 33 | 36 | 505 | 60 | 57 |
| Binary | 10110010 | 111111 | 10000010 | 0 | 1000001 | 11011 | 11110 | 101000101 | 110000 | 101111 |
Color Harmonies of #B23F82
Complementary color
Monochromatic Colors of #B23F82
Black with #B23F82
Text Example
Text Example
White with #B23F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23F82; }
p { color: rgb(178,63,130); }
H1.HeaderClassName
{
color: #B23F82;
}
.AnyTagClassName
{
color: #B23F82;
}
</style>
background-color css
<style>
a { background-color: #B23F82; }
a { background-color: rgb(178,63,130); }
div.DivClassName
{
background-color: #B23F82;
}
.BgClassName
{
background-color: #B23F82;
}
</style>
border-color css
<style>
span { border-color: #B23F82; }
span { border-color: rgb(178,63,130); }
td.TdClassName
{
border-color: #B23F82;
}
.TagClassName
{
border-color: #B23F82;
}
</style>