Shades of Medium Orchid #B86CF3
Tints of Medium Orchid #B86CF3
RGB
CMYK
RGB Variations
Color information
#B86CF3 (or 0xB86CF3) is known color: Medium Orchid. HEX triplet: B8, 6C and F3. RGB value is (184,108,243). Sum of RGB (Red+Green+Blue) = 184+108+243=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 108 (42.58% from 255 or 20.19% from 535); Blue value is 243 (95.31% from 255 or 45.42% from 535); Max value from RGB is 243 - color contains mainly: blue. Hex color #B86CF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86CF3 is #47930C. Grayscale: #919191. Windows color (decimal): -4690701 or 15953080. OLE color: 15953080.
HSL color Cylindrical-coordinate representation of color #B86CF3: hue angle of 273.78º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B86CF3 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 108 | 243 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.05 |
| HSL | 273.78º | 0.85% | 0.69% | - |
| HSV(B) | 273.78º | 0.56% | 0.95% | - |
| XYZ | 41.31 | 27.39 | 87.9 | - |
| YUV | 146.11 | 182.68 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 243 | 0.24 | 0.56 | 0 | 0.05 | 273.78 | 0.85 | 0.69 |
| Hex | B8 | 6C | F3 | 18 | 38 | 0 | 5 | 112 | 55 | 45 |
| Octal | 270 | 154 | 363 | 30 | 70 | 0 | 5 | 422 | 125 | 105 |
| Binary | 10111000 | 1101100 | 11110011 | 11000 | 111000 | 0 | 101 | 100010010 | 1010101 | 1000101 |
Color Harmonies of #B86CF3
Complementary color
Monochromatic Colors of #B86CF3
Black with #B86CF3
Text Example
Text Example
White with #B86CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86CF3; }
p { color: rgb(184,108,243); }
H1.HeaderClassName
{
color: #B86CF3;
}
.AnyTagClassName
{
color: #B86CF3;
}
</style>
background-color css
<style>
a { background-color: #B86CF3; }
a { background-color: rgb(184,108,243); }
div.DivClassName
{
background-color: #B86CF3;
}
.BgClassName
{
background-color: #B86CF3;
}
</style>
border-color css
<style>
span { border-color: #B86CF3; }
span { border-color: rgb(184,108,243); }
td.TdClassName
{
border-color: #B86CF3;
}
.TagClassName
{
border-color: #B86CF3;
}
</style>