Shades of Medium Red Violet #B23F98
Tints of Medium Red Violet #B23F98
RGB
CMYK
RGB Variations
Color information
#B23F98 (or 0xB23F98) is known color: Medium Red Violet. HEX triplet: B2, 3F and 98. RGB value is (178,63,152). Sum of RGB (Red+Green+Blue) = 178+63+152=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 63 (25% from 255 or 16.03% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23F98 is #4DC067. Grayscale: #6B6B6B. Windows color (decimal): -5095528 or 9977778. OLE color: 9977778.
HSL color Cylindrical-coordinate representation of color #B23F98: hue angle of 313.57º 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 #B23F98 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 63 | 152 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.30 |
| HSL | 313.57º | 0.48% | 0.47% | - |
| HSV(B) | 313.57º | 0.65% | 0.7% | - |
| XYZ | 25.81 | 15.29 | 31.3 | - |
| YUV | 107.53 | 153.1 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 63 | 152 | 0 | 0.65 | 0.15 | 0.30 | 313.57 | 0.48 | 0.47 |
| Hex | B2 | 3F | 98 | 0 | 41 | F | 1E | 13A | 30 | 2F |
| Octal | 262 | 77 | 230 | 0 | 101 | 17 | 36 | 472 | 60 | 57 |
| Binary | 10110010 | 111111 | 10011000 | 0 | 1000001 | 1111 | 11110 | 100111010 | 110000 | 101111 |
Color Harmonies of #B23F98
Complementary color
Monochromatic Colors of #B23F98
Black with #B23F98
Text Example
Text Example
White with #B23F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23F98; }
p { color: rgb(178,63,152); }
H1.HeaderClassName
{
color: #B23F98;
}
.AnyTagClassName
{
color: #B23F98;
}
</style>
background-color css
<style>
a { background-color: #B23F98; }
a { background-color: rgb(178,63,152); }
div.DivClassName
{
background-color: #B23F98;
}
.BgClassName
{
background-color: #B23F98;
}
</style>
border-color css
<style>
span { border-color: #B23F98; }
span { border-color: rgb(178,63,152); }
td.TdClassName
{
border-color: #B23F98;
}
.TagClassName
{
border-color: #B23F98;
}
</style>