Shades of Medium Orchid #B84AC9
Tints of Medium Orchid #B84AC9
RGB
CMYK
RGB Variations
Color information
#B84AC9 (or 0xB84AC9) is known color: Medium Orchid. HEX triplet: B8, 4A and C9. RGB value is (184,74,201). Sum of RGB (Red+Green+Blue) = 184+74+201=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 201 (78.91% from 255 or 43.79% from 459); Max value from RGB is 201 - color contains mainly: blue. Hex color #B84AC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84AC9 is #47B536. Grayscale: #787878. Windows color (decimal): -4699447 or 13191864. OLE color: 13191864.
HSL color Cylindrical-coordinate representation of color #B84AC9: hue angle of 291.97º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B84AC9 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 74 | 201 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.21 |
| HSL | 291.97º | 0.54% | 0.54% | - |
| HSV(B) | 291.97º | 0.63% | 0.79% | - |
| XYZ | 32.76 | 19.3 | 57.26 | - |
| YUV | 121.37 | 172.94 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 201 | 0.08 | 0.63 | 0 | 0.21 | 291.97 | 0.54 | 0.54 |
| Hex | B8 | 4A | C9 | 8 | 3F | 0 | 15 | 124 | 36 | 36 |
| Octal | 270 | 112 | 311 | 10 | 77 | 0 | 25 | 444 | 66 | 66 |
| Binary | 10111000 | 1001010 | 11001001 | 1000 | 111111 | 0 | 10101 | 100100100 | 110110 | 110110 |
Color Harmonies of #B84AC9
Complementary color
Monochromatic Colors of #B84AC9
Black with #B84AC9
Text Example
Text Example
White with #B84AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84AC9; }
p { color: rgb(184,74,201); }
H1.HeaderClassName
{
color: #B84AC9;
}
.AnyTagClassName
{
color: #B84AC9;
}
</style>
background-color css
<style>
a { background-color: #B84AC9; }
a { background-color: rgb(184,74,201); }
div.DivClassName
{
background-color: #B84AC9;
}
.BgClassName
{
background-color: #B84AC9;
}
</style>
border-color css
<style>
span { border-color: #B84AC9; }
span { border-color: rgb(184,74,201); }
td.TdClassName
{
border-color: #B84AC9;
}
.TagClassName
{
border-color: #B84AC9;
}
</style>