Shades of Medium Red Violet #B23D9F
Tints of Medium Red Violet #B23D9F
RGB
CMYK
RGB Variations
Color information
#B23D9F (or 0xB23D9F) is known color: Medium Red Violet. HEX triplet: B2, 3D and 9F. RGB value is (178,61,159). Sum of RGB (Red+Green+Blue) = 178+61+159=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23D9F is #4DC260. Grayscale: #6A6A6A. Windows color (decimal): -5096033 or 10436018. OLE color: 10436018.
HSL color Cylindrical-coordinate representation of color #B23D9F: hue angle of 309.74º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B23D9F is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 61 | 159 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.30 |
| HSL | 309.74º | 0.49% | 0.47% | - |
| HSV(B) | 309.74º | 0.66% | 0.7% | - |
| XYZ | 26.29 | 15.31 | 34.37 | - |
| YUV | 107.16 | 157.26 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 61 | 159 | 0 | 0.66 | 0.11 | 0.30 | 309.74 | 0.49 | 0.47 |
| Hex | B2 | 3D | 9F | 0 | 42 | B | 1E | 136 | 31 | 2F |
| Octal | 262 | 75 | 237 | 0 | 102 | 13 | 36 | 466 | 61 | 57 |
| Binary | 10110010 | 111101 | 10011111 | 0 | 1000010 | 1011 | 11110 | 100110110 | 110001 | 101111 |
Color Harmonies of #B23D9F
Complementary color
Monochromatic Colors of #B23D9F
Black with #B23D9F
Text Example
Text Example
White with #B23D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23D9F; }
p { color: rgb(178,61,159); }
H1.HeaderClassName
{
color: #B23D9F;
}
.AnyTagClassName
{
color: #B23D9F;
}
</style>
background-color css
<style>
a { background-color: #B23D9F; }
a { background-color: rgb(178,61,159); }
div.DivClassName
{
background-color: #B23D9F;
}
.BgClassName
{
background-color: #B23D9F;
}
</style>
border-color css
<style>
span { border-color: #B23D9F; }
span { border-color: rgb(178,61,159); }
td.TdClassName
{
border-color: #B23D9F;
}
.TagClassName
{
border-color: #B23D9F;
}
</style>