Shades of Medium Red Violet #B23682
Tints of Medium Red Violet #B23682
RGB
CMYK
RGB Variations
Color information
#B23682 (or 0xB23682) is known color: Medium Red Violet. HEX triplet: B2, 36 and 82. RGB value is (178,54,130). Sum of RGB (Red+Green+Blue) = 178+54+130=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 54 (21.48% from 255 or 14.92% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B23682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23682 is #4DC97D. Grayscale: #636363. Windows color (decimal): -5097854 or 8533682. OLE color: 8533682.
HSL color Cylindrical-coordinate representation of color #B23682: hue angle of 323.23º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B23682 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 54 | 130 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.30 |
| HSL | 323.23º | 0.53% | 0.45% | - |
| HSV(B) | 323.23º | 0.7% | 0.7% | - |
| XYZ | 23.71 | 13.72 | 22.52 | - |
| YUV | 99.74 | 145.08 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 54 | 130 | 0 | 0.70 | 0.27 | 0.30 | 323.23 | 0.53 | 0.45 |
| Hex | B2 | 36 | 82 | 0 | 46 | 1B | 1E | 143 | 35 | 2D |
| Octal | 262 | 66 | 202 | 0 | 106 | 33 | 36 | 503 | 65 | 55 |
| Binary | 10110010 | 110110 | 10000010 | 0 | 1000110 | 11011 | 11110 | 101000011 | 110101 | 101101 |
Color Harmonies of #B23682
Complementary color
Monochromatic Colors of #B23682
Black with #B23682
Text Example
Text Example
White with #B23682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23682; }
p { color: rgb(178,54,130); }
H1.HeaderClassName
{
color: #B23682;
}
.AnyTagClassName
{
color: #B23682;
}
</style>
background-color css
<style>
a { background-color: #B23682; }
a { background-color: rgb(178,54,130); }
div.DivClassName
{
background-color: #B23682;
}
.BgClassName
{
background-color: #B23682;
}
</style>
border-color css
<style>
span { border-color: #B23682; }
span { border-color: rgb(178,54,130); }
td.TdClassName
{
border-color: #B23682;
}
.TagClassName
{
border-color: #B23682;
}
</style>