Shades of Medium Orchid #B766DF
Tints of Medium Orchid #B766DF
RGB
CMYK
RGB Variations
Color information
#B766DF (or 0xB766DF) is known color: Medium Orchid. HEX triplet: B7, 66 and DF. RGB value is (183,102,223). Sum of RGB (Red+Green+Blue) = 183+102+223=508 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.02% from 508); Green value is 102 (40.23% from 255 or 20.08% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #B766DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B766DF is #489920. Grayscale: #8B8B8B. Windows color (decimal): -4757793 or 14640823. OLE color: 14640823.
HSL color Cylindrical-coordinate representation of color #B766DF: hue angle of 280.17º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B766DF is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 102 | 223 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.13 |
| HSL | 280.17º | 0.65% | 0.64% | - |
| HSV(B) | 280.17º | 0.54% | 0.87% | - |
| XYZ | 37.6 | 24.9 | 72.64 | - |
| YUV | 140.01 | 174.84 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 223 | 0.18 | 0.54 | 0 | 0.13 | 280.17 | 0.65 | 0.64 |
| Hex | B7 | 66 | DF | 12 | 36 | 0 | D | 118 | 41 | 40 |
| Octal | 267 | 146 | 337 | 22 | 66 | 0 | 15 | 430 | 101 | 100 |
| Binary | 10110111 | 1100110 | 11011111 | 10010 | 110110 | 0 | 1101 | 100011000 | 1000001 | 1000000 |
Color Harmonies of #B766DF
Complementary color
Monochromatic Colors of #B766DF
Black with #B766DF
Text Example
Text Example
White with #B766DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B766DF; }
p { color: rgb(183,102,223); }
H1.HeaderClassName
{
color: #B766DF;
}
.AnyTagClassName
{
color: #B766DF;
}
</style>
background-color css
<style>
a { background-color: #B766DF; }
a { background-color: rgb(183,102,223); }
div.DivClassName
{
background-color: #B766DF;
}
.BgClassName
{
background-color: #B766DF;
}
</style>
border-color css
<style>
span { border-color: #B766DF; }
span { border-color: rgb(183,102,223); }
td.TdClassName
{
border-color: #B766DF;
}
.TagClassName
{
border-color: #B766DF;
}
</style>