Shades of Medium Orchid #B854DA
Tints of Medium Orchid #B854DA
RGB
CMYK
RGB Variations
Color information
#B854DA (or 0xB854DA) is known color: Medium Orchid. HEX triplet: B8, 54 and DA. RGB value is (184,84,218). Sum of RGB (Red+Green+Blue) = 184+84+218=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 84 (33.20% from 255 or 17.28% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #B854DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B854DA is #47AB25. Grayscale: #808080. Windows color (decimal): -4696870 or 14308536. OLE color: 14308536.
HSL color Cylindrical-coordinate representation of color #B854DA: hue angle of 284.78º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B854DA is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 84 | 218 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.15 |
| HSL | 284.78º | 0.64% | 0.59% | - |
| HSV(B) | 284.78º | 0.61% | 0.85% | - |
| XYZ | 35.59 | 21.59 | 68.62 | - |
| YUV | 129.18 | 178.13 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 84 | 218 | 0.16 | 0.61 | 0 | 0.15 | 284.78 | 0.64 | 0.59 |
| Hex | B8 | 54 | DA | 10 | 3D | 0 | F | 11D | 40 | 3B |
| Octal | 270 | 124 | 332 | 20 | 75 | 0 | 17 | 435 | 100 | 73 |
| Binary | 10111000 | 1010100 | 11011010 | 10000 | 111101 | 0 | 1111 | 100011101 | 1000000 | 111011 |
Color Harmonies of #B854DA
Complementary color
Monochromatic Colors of #B854DA
Black with #B854DA
Text Example
Text Example
White with #B854DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B854DA; }
p { color: rgb(184,84,218); }
H1.HeaderClassName
{
color: #B854DA;
}
.AnyTagClassName
{
color: #B854DA;
}
</style>
background-color css
<style>
a { background-color: #B854DA; }
a { background-color: rgb(184,84,218); }
div.DivClassName
{
background-color: #B854DA;
}
.BgClassName
{
background-color: #B854DA;
}
</style>
border-color css
<style>
span { border-color: #B854DA; }
span { border-color: rgb(184,84,218); }
td.TdClassName
{
border-color: #B854DA;
}
.TagClassName
{
border-color: #B854DA;
}
</style>