Shades of Medium Red Violet #B23D80
Tints of Medium Red Violet #B23D80
RGB
CMYK
RGB Variations
Color information
#B23D80 (or 0xB23D80) is known color: Medium Red Violet. HEX triplet: B2, 3D and 80. RGB value is (178,61,128). Sum of RGB (Red+Green+Blue) = 178+61+128=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 61 (24.22% from 255 or 16.62% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23D80 is #4DC27F. Grayscale: #676767. Windows color (decimal): -5096064 or 8404402. OLE color: 8404402.
HSL color Cylindrical-coordinate representation of color #B23D80: hue angle of 325.64º 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 #B23D80 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 61 | 128 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.30 |
| HSL | 325.64º | 0.49% | 0.47% | - |
| HSV(B) | 325.64º | 0.66% | 0.7% | - |
| XYZ | 23.93 | 14.36 | 21.93 | - |
| YUV | 103.62 | 141.76 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 61 | 128 | 0 | 0.66 | 0.28 | 0.30 | 325.64 | 0.49 | 0.47 |
| Hex | B2 | 3D | 80 | 0 | 42 | 1C | 1E | 146 | 31 | 2F |
| Octal | 262 | 75 | 200 | 0 | 102 | 34 | 36 | 506 | 61 | 57 |
| Binary | 10110010 | 111101 | 10000000 | 0 | 1000010 | 11100 | 11110 | 101000110 | 110001 | 101111 |
Color Harmonies of #B23D80
Complementary color
Monochromatic Colors of #B23D80
Black with #B23D80
Text Example
Text Example
White with #B23D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23D80; }
p { color: rgb(178,61,128); }
H1.HeaderClassName
{
color: #B23D80;
}
.AnyTagClassName
{
color: #B23D80;
}
</style>
background-color css
<style>
a { background-color: #B23D80; }
a { background-color: rgb(178,61,128); }
div.DivClassName
{
background-color: #B23D80;
}
.BgClassName
{
background-color: #B23D80;
}
</style>
border-color css
<style>
span { border-color: #B23D80; }
span { border-color: rgb(178,61,128); }
td.TdClassName
{
border-color: #B23D80;
}
.TagClassName
{
border-color: #B23D80;
}
</style>