Shades of Medium Orchid #B86AED
Tints of Medium Orchid #B86AED
RGB
CMYK
RGB Variations
Color information
#B86AED (or 0xB86AED) is known color: Medium Orchid. HEX triplet: B8, 6A and ED. RGB value is (184,106,237). Sum of RGB (Red+Green+Blue) = 184+106+237=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #B86AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86AED is #479512. Grayscale: #8F8F8F. Windows color (decimal): -4691219 or 15559352. OLE color: 15559352.
HSL color Cylindrical-coordinate representation of color #B86AED: hue angle of 275.73º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B86AED is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 106 | 237 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.07 |
| HSL | 275.73º | 0.78% | 0.67% | - |
| HSV(B) | 275.73º | 0.55% | 0.93% | - |
| XYZ | 40.21 | 26.61 | 83.14 | - |
| YUV | 144.26 | 180.34 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 106 | 237 | 0.22 | 0.55 | 0 | 0.07 | 275.73 | 0.78 | 0.67 |
| Hex | B8 | 6A | ED | 16 | 37 | 0 | 7 | 114 | 4E | 43 |
| Octal | 270 | 152 | 355 | 26 | 67 | 0 | 7 | 424 | 116 | 103 |
| Binary | 10111000 | 1101010 | 11101101 | 10110 | 110111 | 0 | 111 | 100010100 | 1001110 | 1000011 |
Color Harmonies of #B86AED
Complementary color
Monochromatic Colors of #B86AED
Black with #B86AED
Text Example
Text Example
White with #B86AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86AED; }
p { color: rgb(184,106,237); }
H1.HeaderClassName
{
color: #B86AED;
}
.AnyTagClassName
{
color: #B86AED;
}
</style>
background-color css
<style>
a { background-color: #B86AED; }
a { background-color: rgb(184,106,237); }
div.DivClassName
{
background-color: #B86AED;
}
.BgClassName
{
background-color: #B86AED;
}
</style>
border-color css
<style>
span { border-color: #B86AED; }
span { border-color: rgb(184,106,237); }
td.TdClassName
{
border-color: #B86AED;
}
.TagClassName
{
border-color: #B86AED;
}
</style>