Shades of Medium Orchid #B869EE
Tints of Medium Orchid #B869EE
RGB
CMYK
RGB Variations
Color information
#B869EE (or 0xB869EE) is known color: Medium Orchid. HEX triplet: B8, 69 and EE. RGB value is (184,105,238). Sum of RGB (Red+Green+Blue) = 184+105+238=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 105 (41.41% from 255 or 19.92% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #B869EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B869EE is #479611. Grayscale: #8F8F8F. Windows color (decimal): -4691474 or 15624632. OLE color: 15624632.
HSL color Cylindrical-coordinate representation of color #B869EE: hue angle of 275.64º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B869EE is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 105 | 238 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.07 |
| HSL | 275.64º | 0.8% | 0.67% | - |
| HSV(B) | 275.64º | 0.56% | 0.93% | - |
| XYZ | 40.25 | 26.47 | 83.88 | - |
| YUV | 143.78 | 181.17 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 105 | 238 | 0.23 | 0.56 | 0 | 0.07 | 275.64 | 0.8 | 0.67 |
| Hex | B8 | 69 | EE | 17 | 38 | 0 | 7 | 114 | 50 | 43 |
| Octal | 270 | 151 | 356 | 27 | 70 | 0 | 7 | 424 | 120 | 103 |
| Binary | 10111000 | 1101001 | 11101110 | 10111 | 111000 | 0 | 111 | 100010100 | 1010000 | 1000011 |
Color Harmonies of #B869EE
Complementary color
Monochromatic Colors of #B869EE
Black with #B869EE
Text Example
Text Example
White with #B869EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B869EE; }
p { color: rgb(184,105,238); }
H1.HeaderClassName
{
color: #B869EE;
}
.AnyTagClassName
{
color: #B869EE;
}
</style>
background-color css
<style>
a { background-color: #B869EE; }
a { background-color: rgb(184,105,238); }
div.DivClassName
{
background-color: #B869EE;
}
.BgClassName
{
background-color: #B869EE;
}
</style>
border-color css
<style>
span { border-color: #B869EE; }
span { border-color: rgb(184,105,238); }
td.TdClassName
{
border-color: #B869EE;
}
.TagClassName
{
border-color: #B869EE;
}
</style>