Shades of Medium Orchid #B869ED
Tints of Medium Orchid #B869ED
RGB
CMYK
RGB Variations
Color information
#B869ED (or 0xB869ED) is known color: Medium Orchid. HEX triplet: B8, 69 and ED. RGB value is (184,105,237). Sum of RGB (Red+Green+Blue) = 184+105+237=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #B869ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B869ED is #479612. Grayscale: #8F8F8F. Windows color (decimal): -4691475 or 15559096. OLE color: 15559096.
HSL color Cylindrical-coordinate representation of color #B869ED: hue angle of 275.91º 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 #B869ED is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 105 | 237 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.07 |
| HSL | 275.91º | 0.79% | 0.67% | - |
| HSV(B) | 275.91º | 0.56% | 0.93% | - |
| XYZ | 40.1 | 26.41 | 83.1 | - |
| YUV | 143.67 | 180.67 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 105 | 237 | 0.22 | 0.56 | 0 | 0.07 | 275.91 | 0.79 | 0.67 |
| Hex | B8 | 69 | ED | 16 | 38 | 0 | 7 | 114 | 4F | 43 |
| Octal | 270 | 151 | 355 | 26 | 70 | 0 | 7 | 424 | 117 | 103 |
| Binary | 10111000 | 1101001 | 11101101 | 10110 | 111000 | 0 | 111 | 100010100 | 1001111 | 1000011 |
Color Harmonies of #B869ED
Complementary color
Monochromatic Colors of #B869ED
Black with #B869ED
Text Example
Text Example
White with #B869ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B869ED; }
p { color: rgb(184,105,237); }
H1.HeaderClassName
{
color: #B869ED;
}
.AnyTagClassName
{
color: #B869ED;
}
</style>
background-color css
<style>
a { background-color: #B869ED; }
a { background-color: rgb(184,105,237); }
div.DivClassName
{
background-color: #B869ED;
}
.BgClassName
{
background-color: #B869ED;
}
</style>
border-color css
<style>
span { border-color: #B869ED; }
span { border-color: rgb(184,105,237); }
td.TdClassName
{
border-color: #B869ED;
}
.TagClassName
{
border-color: #B869ED;
}
</style>