Shades of Medium Red Violet #B63084
Tints of Medium Red Violet #B63084
RGB
CMYK
RGB Variations
Color information
#B63084 (or 0xB63084) is known color: Medium Red Violet. HEX triplet: B6, 30 and 84. RGB value is (182,48,132). Sum of RGB (Red+Green+Blue) = 182+48+132=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B63084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63084 is #49CF7B. Grayscale: #616161. Windows color (decimal): -4837244 or 8663222. OLE color: 8663222.
HSL color Cylindrical-coordinate representation of color #B63084: hue angle of 322.39º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B63084 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 48 | 132 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.29 |
| HSL | 322.39º | 0.58% | 0.45% | - |
| HSV(B) | 322.39º | 0.74% | 0.71% | - |
| XYZ | 24.51 | 13.72 | 23.19 | - |
| YUV | 97.64 | 147.39 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 48 | 132 | 0 | 0.74 | 0.27 | 0.29 | 322.39 | 0.58 | 0.45 |
| Hex | B6 | 30 | 84 | 0 | 4A | 1B | 1D | 142 | 3A | 2D |
| Octal | 266 | 60 | 204 | 0 | 112 | 33 | 35 | 502 | 72 | 55 |
| Binary | 10110110 | 110000 | 10000100 | 0 | 1001010 | 11011 | 11101 | 101000010 | 111010 | 101101 |
Color Harmonies of #B63084
Complementary color
Monochromatic Colors of #B63084
Black with #B63084
Text Example
Text Example
White with #B63084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63084; }
p { color: rgb(182,48,132); }
H1.HeaderClassName
{
color: #B63084;
}
.AnyTagClassName
{
color: #B63084;
}
</style>
background-color css
<style>
a { background-color: #B63084; }
a { background-color: rgb(182,48,132); }
div.DivClassName
{
background-color: #B63084;
}
.BgClassName
{
background-color: #B63084;
}
</style>
border-color css
<style>
span { border-color: #B63084; }
span { border-color: rgb(182,48,132); }
td.TdClassName
{
border-color: #B63084;
}
.TagClassName
{
border-color: #B63084;
}
</style>