Shades of Medium Red Violet #B23F7E
Tints of Medium Red Violet #B23F7E
RGB
CMYK
RGB Variations
Color information
#B23F7E (or 0xB23F7E) is known color: Medium Red Violet. HEX triplet: B2, 3F and 7E. RGB value is (178,63,126). Sum of RGB (Red+Green+Blue) = 178+63+126=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23F7E is #4DC081. Grayscale: #686868. Windows color (decimal): -5095554 or 8273842. OLE color: 8273842.
HSL color Cylindrical-coordinate representation of color #B23F7E: hue angle of 327.13º 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 #B23F7E is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 63 | 126 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.30 |
| HSL | 327.13º | 0.48% | 0.47% | - |
| HSV(B) | 327.13º | 0.65% | 0.7% | - |
| XYZ | 23.9 | 14.53 | 21.28 | - |
| YUV | 104.57 | 140.1 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 63 | 126 | 0 | 0.65 | 0.29 | 0.30 | 327.13 | 0.48 | 0.47 |
| Hex | B2 | 3F | 7E | 0 | 41 | 1D | 1E | 147 | 30 | 2F |
| Octal | 262 | 77 | 176 | 0 | 101 | 35 | 36 | 507 | 60 | 57 |
| Binary | 10110010 | 111111 | 1111110 | 0 | 1000001 | 11101 | 11110 | 101000111 | 110000 | 101111 |
Color Harmonies of #B23F7E
Complementary color
Monochromatic Colors of #B23F7E
Black with #B23F7E
Text Example
Text Example
White with #B23F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23F7E; }
p { color: rgb(178,63,126); }
H1.HeaderClassName
{
color: #B23F7E;
}
.AnyTagClassName
{
color: #B23F7E;
}
</style>
background-color css
<style>
a { background-color: #B23F7E; }
a { background-color: rgb(178,63,126); }
div.DivClassName
{
background-color: #B23F7E;
}
.BgClassName
{
background-color: #B23F7E;
}
</style>
border-color css
<style>
span { border-color: #B23F7E; }
span { border-color: rgb(178,63,126); }
td.TdClassName
{
border-color: #B23F7E;
}
.TagClassName
{
border-color: #B23F7E;
}
</style>