Shades of Medium Orchid #B859DA
Tints of Medium Orchid #B859DA
RGB
CMYK
RGB Variations
Color information
#B859DA (or 0xB859DA) is known color: Medium Orchid. HEX triplet: B8, 59 and DA. RGB value is (184,89,218). Sum of RGB (Red+Green+Blue) = 184+89+218=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 89 (35.16% from 255 or 18.13% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #B859DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B859DA is #47A625. Grayscale: #838383. Windows color (decimal): -4695590 or 14309816. OLE color: 14309816.
HSL color Cylindrical-coordinate representation of color #B859DA: hue angle of 284.19º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B859DA is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 89 | 218 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.15 |
| HSL | 284.19º | 0.64% | 0.6% | - |
| HSV(B) | 284.19º | 0.59% | 0.85% | - |
| XYZ | 35.99 | 22.4 | 68.76 | - |
| YUV | 132.11 | 176.47 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 89 | 218 | 0.16 | 0.59 | 0 | 0.15 | 284.19 | 0.64 | 0.6 |
| Hex | B8 | 59 | DA | 10 | 3B | 0 | F | 11C | 40 | 3C |
| Octal | 270 | 131 | 332 | 20 | 73 | 0 | 17 | 434 | 100 | 74 |
| Binary | 10111000 | 1011001 | 11011010 | 10000 | 111011 | 0 | 1111 | 100011100 | 1000000 | 111100 |
Color Harmonies of #B859DA
Complementary color
Monochromatic Colors of #B859DA
Black with #B859DA
Text Example
Text Example
White with #B859DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B859DA; }
p { color: rgb(184,89,218); }
H1.HeaderClassName
{
color: #B859DA;
}
.AnyTagClassName
{
color: #B859DA;
}
</style>
background-color css
<style>
a { background-color: #B859DA; }
a { background-color: rgb(184,89,218); }
div.DivClassName
{
background-color: #B859DA;
}
.BgClassName
{
background-color: #B859DA;
}
</style>
border-color css
<style>
span { border-color: #B859DA; }
span { border-color: rgb(184,89,218); }
td.TdClassName
{
border-color: #B859DA;
}
.TagClassName
{
border-color: #B859DA;
}
</style>