Shades of Medium Orchid #B86FE6
Tints of Medium Orchid #B86FE6
RGB
CMYK
RGB Variations
Color information
#B86FE6 (or 0xB86FE6) is known color: Medium Orchid. HEX triplet: B8, 6F and E6. RGB value is (184,111,230). Sum of RGB (Red+Green+Blue) = 184+111+230=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 230 (90.23% from 255 or 43.81% from 525); Max value from RGB is 230 - color contains mainly: blue. Hex color #B86FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86FE6 is #479019. Grayscale: #919191. Windows color (decimal): -4689946 or 15101880. OLE color: 15101880.
HSL color Cylindrical-coordinate representation of color #B86FE6: hue angle of 276.81º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B86FE6 is Cyan = 0.2, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 111 | 230 | - |
| CMYK | 0.2 | 0.52 | 0 | 0.10 |
| HSL | 276.81º | 0.7% | 0.67% | - |
| HSV(B) | 276.81º | 0.52% | 0.9% | - |
| XYZ | 39.73 | 27.27 | 78.03 | - |
| YUV | 146.39 | 175.18 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 230 | 0.2 | 0.52 | 0 | 0.10 | 276.81 | 0.7 | 0.67 |
| Hex | B8 | 6F | E6 | 14 | 34 | 0 | A | 115 | 46 | 43 |
| Octal | 270 | 157 | 346 | 24 | 64 | 0 | 12 | 425 | 106 | 103 |
| Binary | 10111000 | 1101111 | 11100110 | 10100 | 110100 | 0 | 1010 | 100010101 | 1000110 | 1000011 |
Color Harmonies of #B86FE6
Complementary color
Monochromatic Colors of #B86FE6
Black with #B86FE6
Text Example
Text Example
White with #B86FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86FE6; }
p { color: rgb(184,111,230); }
H1.HeaderClassName
{
color: #B86FE6;
}
.AnyTagClassName
{
color: #B86FE6;
}
</style>
background-color css
<style>
a { background-color: #B86FE6; }
a { background-color: rgb(184,111,230); }
div.DivClassName
{
background-color: #B86FE6;
}
.BgClassName
{
background-color: #B86FE6;
}
</style>
border-color css
<style>
span { border-color: #B86FE6; }
span { border-color: rgb(184,111,230); }
td.TdClassName
{
border-color: #B86FE6;
}
.TagClassName
{
border-color: #B86FE6;
}
</style>