Shades of Medium Red Violet #B23D84
Tints of Medium Red Violet #B23D84
RGB
CMYK
RGB Variations
Color information
#B23D84 (or 0xB23D84) is known color: Medium Red Violet. HEX triplet: B2, 3D and 84. RGB value is (178,61,132). Sum of RGB (Red+Green+Blue) = 178+61+132=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 61 (24.22% from 255 or 16.44% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23D84 is #4DC27B. Grayscale: #676767. Windows color (decimal): -5096060 or 8666546. OLE color: 8666546.
HSL color Cylindrical-coordinate representation of color #B23D84: hue angle of 323.59º 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 #B23D84 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 61 | 132 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.30 |
| HSL | 323.59º | 0.49% | 0.47% | - |
| HSV(B) | 323.59º | 0.66% | 0.7% | - |
| XYZ | 24.19 | 14.47 | 23.35 | - |
| YUV | 104.08 | 143.76 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 61 | 132 | 0 | 0.66 | 0.26 | 0.30 | 323.59 | 0.49 | 0.47 |
| Hex | B2 | 3D | 84 | 0 | 42 | 1A | 1E | 144 | 31 | 2F |
| Octal | 262 | 75 | 204 | 0 | 102 | 32 | 36 | 504 | 61 | 57 |
| Binary | 10110010 | 111101 | 10000100 | 0 | 1000010 | 11010 | 11110 | 101000100 | 110001 | 101111 |
Color Harmonies of #B23D84
Complementary color
Monochromatic Colors of #B23D84
Black with #B23D84
Text Example
Text Example
White with #B23D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23D84; }
p { color: rgb(178,61,132); }
H1.HeaderClassName
{
color: #B23D84;
}
.AnyTagClassName
{
color: #B23D84;
}
</style>
background-color css
<style>
a { background-color: #B23D84; }
a { background-color: rgb(178,61,132); }
div.DivClassName
{
background-color: #B23D84;
}
.BgClassName
{
background-color: #B23D84;
}
</style>
border-color css
<style>
span { border-color: #B23D84; }
span { border-color: rgb(178,61,132); }
td.TdClassName
{
border-color: #B23D84;
}
.TagClassName
{
border-color: #B23D84;
}
</style>