Shades of Medium Red Violet #B23082
Tints of Medium Red Violet #B23082
RGB
CMYK
RGB Variations
Color information
#B23082 (or 0xB23082) is known color: Medium Red Violet. HEX triplet: B2, 30 and 82. RGB value is (178,48,130). Sum of RGB (Red+Green+Blue) = 178+48+130=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B23082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23082 is #4DCF7D. Grayscale: #606060. Windows color (decimal): -5099390 or 8532146. OLE color: 8532146.
HSL color Cylindrical-coordinate representation of color #B23082: hue angle of 322.15º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B23082 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 48 | 130 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.30 |
| HSL | 322.15º | 0.58% | 0.44% | - |
| HSV(B) | 322.15º | 0.73% | 0.7% | - |
| XYZ | 23.45 | 13.19 | 22.43 | - |
| YUV | 96.22 | 147.07 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 48 | 130 | 0 | 0.73 | 0.27 | 0.30 | 322.15 | 0.58 | 0.44 |
| Hex | B2 | 30 | 82 | 0 | 49 | 1B | 1E | 142 | 3A | 2C |
| Octal | 262 | 60 | 202 | 0 | 111 | 33 | 36 | 502 | 72 | 54 |
| Binary | 10110010 | 110000 | 10000010 | 0 | 1001001 | 11011 | 11110 | 101000010 | 111010 | 101100 |
Color Harmonies of #B23082
Complementary color
Monochromatic Colors of #B23082
Black with #B23082
Text Example
Text Example
White with #B23082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23082; }
p { color: rgb(178,48,130); }
H1.HeaderClassName
{
color: #B23082;
}
.AnyTagClassName
{
color: #B23082;
}
</style>
background-color css
<style>
a { background-color: #B23082; }
a { background-color: rgb(178,48,130); }
div.DivClassName
{
background-color: #B23082;
}
.BgClassName
{
background-color: #B23082;
}
</style>
border-color css
<style>
span { border-color: #B23082; }
span { border-color: rgb(178,48,130); }
td.TdClassName
{
border-color: #B23082;
}
.TagClassName
{
border-color: #B23082;
}
</style>