Shades of Medium Orchid #B84ADB
Tints of Medium Orchid #B84ADB
RGB
CMYK
RGB Variations
Color information
#B84ADB (or 0xB84ADB) is known color: Medium Orchid. HEX triplet: B8, 4A and DB. RGB value is (184,74,219). Sum of RGB (Red+Green+Blue) = 184+74+219=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 74 (29.30% from 255 or 15.51% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #B84ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84ADB is #47B524. Grayscale: #7A7A7A. Windows color (decimal): -4699429 or 14371512. OLE color: 14371512.
HSL color Cylindrical-coordinate representation of color #B84ADB: hue angle of 285.52º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B84ADB is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 74 | 219 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.14 |
| HSL | 285.52º | 0.67% | 0.57% | - |
| HSV(B) | 285.52º | 0.66% | 0.86% | - |
| XYZ | 35 | 20.2 | 69.07 | - |
| YUV | 123.42 | 181.94 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 219 | 0.16 | 0.66 | 0 | 0.14 | 285.52 | 0.67 | 0.57 |
| Hex | B8 | 4A | DB | 10 | 42 | 0 | E | 11E | 43 | 39 |
| Octal | 270 | 112 | 333 | 20 | 102 | 0 | 16 | 436 | 103 | 71 |
| Binary | 10111000 | 1001010 | 11011011 | 10000 | 1000010 | 0 | 1110 | 100011110 | 1000011 | 111001 |
Color Harmonies of #B84ADB
Complementary color
Monochromatic Colors of #B84ADB
Black with #B84ADB
Text Example
Text Example
White with #B84ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84ADB; }
p { color: rgb(184,74,219); }
H1.HeaderClassName
{
color: #B84ADB;
}
.AnyTagClassName
{
color: #B84ADB;
}
</style>
background-color css
<style>
a { background-color: #B84ADB; }
a { background-color: rgb(184,74,219); }
div.DivClassName
{
background-color: #B84ADB;
}
.BgClassName
{
background-color: #B84ADB;
}
</style>
border-color css
<style>
span { border-color: #B84ADB; }
span { border-color: rgb(184,74,219); }
td.TdClassName
{
border-color: #B84ADB;
}
.TagClassName
{
border-color: #B84ADB;
}
</style>