Shades of Medium Orchid #B85AEE
Tints of Medium Orchid #B85AEE
RGB
CMYK
RGB Variations
Color information
#B85AEE (or 0xB85AEE) is known color: Medium Orchid. HEX triplet: B8, 5A and EE. RGB value is (184,90,238). Sum of RGB (Red+Green+Blue) = 184+90+238=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 90 (35.55% from 255 or 17.58% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #B85AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85AEE is #47A511. Grayscale: #868686. Windows color (decimal): -4695314 or 15620792. OLE color: 15620792.
HSL color Cylindrical-coordinate representation of color #B85AEE: hue angle of 278.11º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B85AEE is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 90 | 238 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.07 |
| HSL | 278.11º | 0.81% | 0.64% | - |
| HSV(B) | 278.11º | 0.62% | 0.93% | - |
| XYZ | 38.86 | 23.68 | 83.41 | - |
| YUV | 134.98 | 186.14 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 238 | 0.23 | 0.62 | 0 | 0.07 | 278.11 | 0.81 | 0.64 |
| Hex | B8 | 5A | EE | 17 | 3E | 0 | 7 | 116 | 51 | 40 |
| Octal | 270 | 132 | 356 | 27 | 76 | 0 | 7 | 426 | 121 | 100 |
| Binary | 10111000 | 1011010 | 11101110 | 10111 | 111110 | 0 | 111 | 100010110 | 1010001 | 1000000 |
Color Harmonies of #B85AEE
Complementary color
Monochromatic Colors of #B85AEE
Black with #B85AEE
Text Example
Text Example
White with #B85AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85AEE; }
p { color: rgb(184,90,238); }
H1.HeaderClassName
{
color: #B85AEE;
}
.AnyTagClassName
{
color: #B85AEE;
}
</style>
background-color css
<style>
a { background-color: #B85AEE; }
a { background-color: rgb(184,90,238); }
div.DivClassName
{
background-color: #B85AEE;
}
.BgClassName
{
background-color: #B85AEE;
}
</style>
border-color css
<style>
span { border-color: #B85AEE; }
span { border-color: rgb(184,90,238); }
td.TdClassName
{
border-color: #B85AEE;
}
.TagClassName
{
border-color: #B85AEE;
}
</style>