Shades of Medium Orchid #B863EE
Tints of Medium Orchid #B863EE
RGB
CMYK
RGB Variations
Color information
#B863EE (or 0xB863EE) is known color: Medium Orchid. HEX triplet: B8, 63 and EE. RGB value is (184,99,238). Sum of RGB (Red+Green+Blue) = 184+99+238=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #B863EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B863EE is #479C11. Grayscale: #8B8B8B. Windows color (decimal): -4693010 or 15623096. OLE color: 15623096.
HSL color Cylindrical-coordinate representation of color #B863EE: hue angle of 276.69º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B863EE is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 99 | 238 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.07 |
| HSL | 276.69º | 0.8% | 0.66% | - |
| HSV(B) | 276.69º | 0.58% | 0.93% | - |
| XYZ | 39.66 | 25.29 | 83.68 | - |
| YUV | 140.26 | 183.16 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 238 | 0.23 | 0.58 | 0 | 0.07 | 276.69 | 0.8 | 0.66 |
| Hex | B8 | 63 | EE | 17 | 3A | 0 | 7 | 115 | 50 | 42 |
| Octal | 270 | 143 | 356 | 27 | 72 | 0 | 7 | 425 | 120 | 102 |
| Binary | 10111000 | 1100011 | 11101110 | 10111 | 111010 | 0 | 111 | 100010101 | 1010000 | 1000010 |
Color Harmonies of #B863EE
Complementary color
Monochromatic Colors of #B863EE
Black with #B863EE
Text Example
Text Example
White with #B863EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B863EE; }
p { color: rgb(184,99,238); }
H1.HeaderClassName
{
color: #B863EE;
}
.AnyTagClassName
{
color: #B863EE;
}
</style>
background-color css
<style>
a { background-color: #B863EE; }
a { background-color: rgb(184,99,238); }
div.DivClassName
{
background-color: #B863EE;
}
.BgClassName
{
background-color: #B863EE;
}
</style>
border-color css
<style>
span { border-color: #B863EE; }
span { border-color: rgb(184,99,238); }
td.TdClassName
{
border-color: #B863EE;
}
.TagClassName
{
border-color: #B863EE;
}
</style>