Shades of Medium Orchid #B866DC
Tints of Medium Orchid #B866DC
RGB
CMYK
RGB Variations
Color information
#B866DC (or 0xB866DC) is known color: Medium Orchid. HEX triplet: B8, 66 and DC. RGB value is (184,102,220). Sum of RGB (Red+Green+Blue) = 184+102+220=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #B866DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B866DC is #479923. Grayscale: #8B8B8B. Windows color (decimal): -4692260 or 14444216. OLE color: 14444216.
HSL color Cylindrical-coordinate representation of color #B866DC: hue angle of 281.69º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B866DC is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 102 | 220 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.14 |
| HSL | 281.69º | 0.63% | 0.63% | - |
| HSV(B) | 281.69º | 0.54% | 0.86% | - |
| XYZ | 37.44 | 24.86 | 70.54 | - |
| YUV | 139.97 | 173.17 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 102 | 220 | 0.16 | 0.54 | 0 | 0.14 | 281.69 | 0.63 | 0.63 |
| Hex | B8 | 66 | DC | 10 | 36 | 0 | E | 11A | 3F | 3F |
| Octal | 270 | 146 | 334 | 20 | 66 | 0 | 16 | 432 | 77 | 77 |
| Binary | 10111000 | 1100110 | 11011100 | 10000 | 110110 | 0 | 1110 | 100011010 | 111111 | 111111 |
Color Harmonies of #B866DC
Complementary color
Monochromatic Colors of #B866DC
Black with #B866DC
Text Example
Text Example
White with #B866DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B866DC; }
p { color: rgb(184,102,220); }
H1.HeaderClassName
{
color: #B866DC;
}
.AnyTagClassName
{
color: #B866DC;
}
</style>
background-color css
<style>
a { background-color: #B866DC; }
a { background-color: rgb(184,102,220); }
div.DivClassName
{
background-color: #B866DC;
}
.BgClassName
{
background-color: #B866DC;
}
</style>
border-color css
<style>
span { border-color: #B866DC; }
span { border-color: rgb(184,102,220); }
td.TdClassName
{
border-color: #B866DC;
}
.TagClassName
{
border-color: #B866DC;
}
</style>