Shades of Medium Orchid #B86CF2
Tints of Medium Orchid #B86CF2
RGB
CMYK
RGB Variations
Color information
#B86CF2 (or 0xB86CF2) is known color: Medium Orchid. HEX triplet: B8, 6C and F2. RGB value is (184,108,242). Sum of RGB (Red+Green+Blue) = 184+108+242=534 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.46% from 534); Green value is 108 (42.58% from 255 or 20.22% from 534); Blue value is 242 (94.92% from 255 or 45.32% from 534); Max value from RGB is 242 - color contains mainly: blue. Hex color #B86CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86CF2 is #47930D. Grayscale: #919191. Windows color (decimal): -4690702 or 15887544. OLE color: 15887544.
HSL color Cylindrical-coordinate representation of color #B86CF2: hue angle of 274.03º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B86CF2 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 108 | 242 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.05 |
| HSL | 274.03º | 0.84% | 0.69% | - |
| HSV(B) | 274.03º | 0.55% | 0.95% | - |
| XYZ | 41.16 | 27.33 | 87.11 | - |
| YUV | 146 | 182.18 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 242 | 0.24 | 0.55 | 0 | 0.05 | 274.03 | 0.84 | 0.69 |
| Hex | B8 | 6C | F2 | 18 | 37 | 0 | 5 | 112 | 54 | 45 |
| Octal | 270 | 154 | 362 | 30 | 67 | 0 | 5 | 422 | 124 | 105 |
| Binary | 10111000 | 1101100 | 11110010 | 11000 | 110111 | 0 | 101 | 100010010 | 1010100 | 1000101 |
Color Harmonies of #B86CF2
Complementary color
Monochromatic Colors of #B86CF2
Black with #B86CF2
Text Example
Text Example
White with #B86CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86CF2; }
p { color: rgb(184,108,242); }
H1.HeaderClassName
{
color: #B86CF2;
}
.AnyTagClassName
{
color: #B86CF2;
}
</style>
background-color css
<style>
a { background-color: #B86CF2; }
a { background-color: rgb(184,108,242); }
div.DivClassName
{
background-color: #B86CF2;
}
.BgClassName
{
background-color: #B86CF2;
}
</style>
border-color css
<style>
span { border-color: #B86CF2; }
span { border-color: rgb(184,108,242); }
td.TdClassName
{
border-color: #B86CF2;
}
.TagClassName
{
border-color: #B86CF2;
}
</style>