Shades of Medium Red Violet #B23982
Tints of Medium Red Violet #B23982
RGB
CMYK
RGB Variations
Color information
#B23982 (or 0xB23982) is known color: Medium Red Violet. HEX triplet: B2, 39 and 82. RGB value is (178,57,130). Sum of RGB (Red+Green+Blue) = 178+57+130=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B23982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23982 is #4DC67D. Grayscale: #656565. Windows color (decimal): -5097086 or 8534450. OLE color: 8534450.
HSL color Cylindrical-coordinate representation of color #B23982: hue angle of 323.8º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B23982 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 57 | 130 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.30 |
| HSL | 323.8º | 0.51% | 0.46% | - |
| HSV(B) | 323.8º | 0.68% | 0.7% | - |
| XYZ | 23.85 | 14 | 22.56 | - |
| YUV | 101.5 | 144.09 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 57 | 130 | 0 | 0.68 | 0.27 | 0.30 | 323.8 | 0.51 | 0.46 |
| Hex | B2 | 39 | 82 | 0 | 44 | 1B | 1E | 144 | 33 | 2E |
| Octal | 262 | 71 | 202 | 0 | 104 | 33 | 36 | 504 | 63 | 56 |
| Binary | 10110010 | 111001 | 10000010 | 0 | 1000100 | 11011 | 11110 | 101000100 | 110011 | 101110 |
Color Harmonies of #B23982
Complementary color
Monochromatic Colors of #B23982
Black with #B23982
Text Example
Text Example
White with #B23982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23982; }
p { color: rgb(178,57,130); }
H1.HeaderClassName
{
color: #B23982;
}
.AnyTagClassName
{
color: #B23982;
}
</style>
background-color css
<style>
a { background-color: #B23982; }
a { background-color: rgb(178,57,130); }
div.DivClassName
{
background-color: #B23982;
}
.BgClassName
{
background-color: #B23982;
}
</style>
border-color css
<style>
span { border-color: #B23982; }
span { border-color: rgb(178,57,130); }
td.TdClassName
{
border-color: #B23982;
}
.TagClassName
{
border-color: #B23982;
}
</style>