Shades of Medium Orchid #B84CC9
Tints of Medium Orchid #B84CC9
RGB
CMYK
RGB Variations
Color information
#B84CC9 (or 0xB84CC9) is known color: Medium Orchid. HEX triplet: B8, 4C and C9. RGB value is (184,76,201). Sum of RGB (Red+Green+Blue) = 184+76+201=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 76 (30.08% from 255 or 16.49% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 201 - color contains mainly: blue. Hex color #B84CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84CC9 is #47B336. Grayscale: #7A7A7A. Windows color (decimal): -4698935 or 13192376. OLE color: 13192376.
HSL color Cylindrical-coordinate representation of color #B84CC9: hue angle of 291.84º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B84CC9 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 76 | 201 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.21 |
| HSL | 291.84º | 0.54% | 0.54% | - |
| HSV(B) | 291.84º | 0.62% | 0.79% | - |
| XYZ | 32.89 | 19.58 | 57.3 | - |
| YUV | 122.54 | 172.28 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 76 | 201 | 0.08 | 0.62 | 0 | 0.21 | 291.84 | 0.54 | 0.54 |
| Hex | B8 | 4C | C9 | 8 | 3E | 0 | 15 | 124 | 36 | 36 |
| Octal | 270 | 114 | 311 | 10 | 76 | 0 | 25 | 444 | 66 | 66 |
| Binary | 10111000 | 1001100 | 11001001 | 1000 | 111110 | 0 | 10101 | 100100100 | 110110 | 110110 |
Color Harmonies of #B84CC9
Complementary color
Monochromatic Colors of #B84CC9
Black with #B84CC9
Text Example
Text Example
White with #B84CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84CC9; }
p { color: rgb(184,76,201); }
H1.HeaderClassName
{
color: #B84CC9;
}
.AnyTagClassName
{
color: #B84CC9;
}
</style>
background-color css
<style>
a { background-color: #B84CC9; }
a { background-color: rgb(184,76,201); }
div.DivClassName
{
background-color: #B84CC9;
}
.BgClassName
{
background-color: #B84CC9;
}
</style>
border-color css
<style>
span { border-color: #B84CC9; }
span { border-color: rgb(184,76,201); }
td.TdClassName
{
border-color: #B84CC9;
}
.TagClassName
{
border-color: #B84CC9;
}
</style>