Shades of Medium Red Violet #B32683
Tints of Medium Red Violet #B32683
RGB
CMYK
RGB Variations
Color information
#B32683 (or 0xB32683) is known color: Medium Red Violet. HEX triplet: B3, 26 and 83. RGB value is (179,38,131). Sum of RGB (Red+Green+Blue) = 179+38+131=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B32683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32683 is #4CD97C. Grayscale: #5A5A5A. Windows color (decimal): -5036413 or 8595123. OLE color: 8595123.
HSL color Cylindrical-coordinate representation of color #B32683: hue angle of 320.43º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32683 is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 38 | 131 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.30 |
| HSL | 320.43º | 0.65% | 0.43% | - |
| HSV(B) | 320.43º | 0.79% | 0.7% | - |
| XYZ | 23.38 | 12.61 | 22.67 | - |
| YUV | 90.76 | 150.71 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 38 | 131 | 0 | 0.79 | 0.27 | 0.30 | 320.43 | 0.65 | 0.43 |
| Hex | B3 | 26 | 83 | 0 | 4F | 1B | 1E | 140 | 41 | 2B |
| Octal | 263 | 46 | 203 | 0 | 117 | 33 | 36 | 500 | 101 | 53 |
| Binary | 10110011 | 100110 | 10000011 | 0 | 1001111 | 11011 | 11110 | 101000000 | 1000001 | 101011 |
Color Harmonies of #B32683
Complementary color
Monochromatic Colors of #B32683
Black with #B32683
Text Example
Text Example
White with #B32683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32683; }
p { color: rgb(179,38,131); }
H1.HeaderClassName
{
color: #B32683;
}
.AnyTagClassName
{
color: #B32683;
}
</style>
background-color css
<style>
a { background-color: #B32683; }
a { background-color: rgb(179,38,131); }
div.DivClassName
{
background-color: #B32683;
}
.BgClassName
{
background-color: #B32683;
}
</style>
border-color css
<style>
span { border-color: #B32683; }
span { border-color: rgb(179,38,131); }
td.TdClassName
{
border-color: #B32683;
}
.TagClassName
{
border-color: #B32683;
}
</style>