Shades of Medium Red Violet #B23D8B
Tints of Medium Red Violet #B23D8B
RGB
CMYK
RGB Variations
Color information
#B23D8B (or 0xB23D8B) is known color: Medium Red Violet. HEX triplet: B2, 3D and 8B. RGB value is (178,61,139). Sum of RGB (Red+Green+Blue) = 178+61+139=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23D8B is #4DC274. Grayscale: #686868. Windows color (decimal): -5096053 or 9125298. OLE color: 9125298.
HSL color Cylindrical-coordinate representation of color #B23D8B: hue angle of 320º 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 #B23D8B is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 61 | 139 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.30 |
| HSL | 320º | 0.49% | 0.47% | - |
| HSV(B) | 320º | 0.66% | 0.7% | - |
| XYZ | 24.69 | 14.67 | 25.96 | - |
| YUV | 104.88 | 147.26 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 61 | 139 | 0 | 0.66 | 0.22 | 0.30 | 320 | 0.49 | 0.47 |
| Hex | B2 | 3D | 8B | 0 | 42 | 16 | 1E | 140 | 31 | 2F |
| Octal | 262 | 75 | 213 | 0 | 102 | 26 | 36 | 500 | 61 | 57 |
| Binary | 10110010 | 111101 | 10001011 | 0 | 1000010 | 10110 | 11110 | 101000000 | 110001 | 101111 |
Color Harmonies of #B23D8B
Complementary color
Monochromatic Colors of #B23D8B
Black with #B23D8B
Text Example
Text Example
White with #B23D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23D8B; }
p { color: rgb(178,61,139); }
H1.HeaderClassName
{
color: #B23D8B;
}
.AnyTagClassName
{
color: #B23D8B;
}
</style>
background-color css
<style>
a { background-color: #B23D8B; }
a { background-color: rgb(178,61,139); }
div.DivClassName
{
background-color: #B23D8B;
}
.BgClassName
{
background-color: #B23D8B;
}
</style>
border-color css
<style>
span { border-color: #B23D8B; }
span { border-color: rgb(178,61,139); }
td.TdClassName
{
border-color: #B23D8B;
}
.TagClassName
{
border-color: #B23D8B;
}
</style>