Shades of Medium Orchid #B866DD
Tints of Medium Orchid #B866DD
RGB
CMYK
RGB Variations
Color information
#B866DD (or 0xB866DD) is known color: Medium Orchid. HEX triplet: B8, 66 and DD. RGB value is (184,102,221). Sum of RGB (Red+Green+Blue) = 184+102+221=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 102 (40.23% from 255 or 20.12% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #B866DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B866DD is #479922. Grayscale: #8B8B8B. Windows color (decimal): -4692259 or 14509752. OLE color: 14509752.
HSL color Cylindrical-coordinate representation of color #B866DD: hue angle of 281.34º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B866DD is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 102 | 221 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.13 |
| HSL | 281.34º | 0.64% | 0.63% | - |
| HSV(B) | 281.34º | 0.54% | 0.87% | - |
| XYZ | 37.57 | 24.91 | 71.24 | - |
| YUV | 140.08 | 173.67 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 102 | 221 | 0.17 | 0.54 | 0 | 0.13 | 281.34 | 0.64 | 0.63 |
| Hex | B8 | 66 | DD | 11 | 36 | 0 | D | 119 | 40 | 3F |
| Octal | 270 | 146 | 335 | 21 | 66 | 0 | 15 | 431 | 100 | 77 |
| Binary | 10111000 | 1100110 | 11011101 | 10001 | 110110 | 0 | 1101 | 100011001 | 1000000 | 111111 |
Color Harmonies of #B866DD
Complementary color
Monochromatic Colors of #B866DD
Black with #B866DD
Text Example
Text Example
White with #B866DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B866DD; }
p { color: rgb(184,102,221); }
H1.HeaderClassName
{
color: #B866DD;
}
.AnyTagClassName
{
color: #B866DD;
}
</style>
background-color css
<style>
a { background-color: #B866DD; }
a { background-color: rgb(184,102,221); }
div.DivClassName
{
background-color: #B866DD;
}
.BgClassName
{
background-color: #B866DD;
}
</style>
border-color css
<style>
span { border-color: #B866DD; }
span { border-color: rgb(184,102,221); }
td.TdClassName
{
border-color: #B866DD;
}
.TagClassName
{
border-color: #B866DD;
}
</style>