Shades of Medium Orchid #B84ADA
Tints of Medium Orchid #B84ADA
RGB
CMYK
RGB Variations
Color information
#B84ADA (or 0xB84ADA) is known color: Medium Orchid. HEX triplet: B8, 4A and DA. RGB value is (184,74,218). Sum of RGB (Red+Green+Blue) = 184+74+218=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #B84ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84ADA is #47B525. Grayscale: #7A7A7A. Windows color (decimal): -4699430 or 14305976. OLE color: 14305976.
HSL color Cylindrical-coordinate representation of color #B84ADA: hue angle of 285.83º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B84ADA is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 74 | 218 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.15 |
| HSL | 285.83º | 0.66% | 0.57% | - |
| HSV(B) | 285.83º | 0.66% | 0.85% | - |
| XYZ | 34.87 | 20.15 | 68.38 | - |
| YUV | 123.31 | 181.44 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 218 | 0.16 | 0.66 | 0 | 0.15 | 285.83 | 0.66 | 0.57 |
| Hex | B8 | 4A | DA | 10 | 42 | 0 | F | 11E | 42 | 39 |
| Octal | 270 | 112 | 332 | 20 | 102 | 0 | 17 | 436 | 102 | 71 |
| Binary | 10111000 | 1001010 | 11011010 | 10000 | 1000010 | 0 | 1111 | 100011110 | 1000010 | 111001 |
Color Harmonies of #B84ADA
Complementary color
Monochromatic Colors of #B84ADA
Black with #B84ADA
Text Example
Text Example
White with #B84ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84ADA; }
p { color: rgb(184,74,218); }
H1.HeaderClassName
{
color: #B84ADA;
}
.AnyTagClassName
{
color: #B84ADA;
}
</style>
background-color css
<style>
a { background-color: #B84ADA; }
a { background-color: rgb(184,74,218); }
div.DivClassName
{
background-color: #B84ADA;
}
.BgClassName
{
background-color: #B84ADA;
}
</style>
border-color css
<style>
span { border-color: #B84ADA; }
span { border-color: rgb(184,74,218); }
td.TdClassName
{
border-color: #B84ADA;
}
.TagClassName
{
border-color: #B84ADA;
}
</style>