Shades of Medium Orchid #B868ED
Tints of Medium Orchid #B868ED
RGB
CMYK
RGB Variations
Color information
#B868ED (or 0xB868ED) is known color: Medium Orchid. HEX triplet: B8, 68 and ED. RGB value is (184,104,237). Sum of RGB (Red+Green+Blue) = 184+104+237=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 104 (41.02% from 255 or 19.81% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #B868ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B868ED is #479712. Grayscale: #8E8E8E. Windows color (decimal): -4691731 or 15558840. OLE color: 15558840.
HSL color Cylindrical-coordinate representation of color #B868ED: hue angle of 276.09º degrees, saturation: 0.79, 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 #B868ED is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 104 | 237 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.07 |
| HSL | 276.09º | 0.79% | 0.67% | - |
| HSV(B) | 276.09º | 0.56% | 0.93% | - |
| XYZ | 40 | 26.21 | 83.07 | - |
| YUV | 143.08 | 181 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 104 | 237 | 0.22 | 0.56 | 0 | 0.07 | 276.09 | 0.79 | 0.67 |
| Hex | B8 | 68 | ED | 16 | 38 | 0 | 7 | 114 | 4F | 43 |
| Octal | 270 | 150 | 355 | 26 | 70 | 0 | 7 | 424 | 117 | 103 |
| Binary | 10111000 | 1101000 | 11101101 | 10110 | 111000 | 0 | 111 | 100010100 | 1001111 | 1000011 |
Color Harmonies of #B868ED
Complementary color
Monochromatic Colors of #B868ED
Black with #B868ED
Text Example
Text Example
White with #B868ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B868ED; }
p { color: rgb(184,104,237); }
H1.HeaderClassName
{
color: #B868ED;
}
.AnyTagClassName
{
color: #B868ED;
}
</style>
background-color css
<style>
a { background-color: #B868ED; }
a { background-color: rgb(184,104,237); }
div.DivClassName
{
background-color: #B868ED;
}
.BgClassName
{
background-color: #B868ED;
}
</style>
border-color css
<style>
span { border-color: #B868ED; }
span { border-color: rgb(184,104,237); }
td.TdClassName
{
border-color: #B868ED;
}
.TagClassName
{
border-color: #B868ED;
}
</style>