Shades of Medium Orchid #B766DC
Tints of Medium Orchid #B766DC
RGB
CMYK
RGB Variations
Color information
#B766DC (or 0xB766DC) is known color: Medium Orchid. HEX triplet: B7, 66 and DC. RGB value is (183,102,220). Sum of RGB (Red+Green+Blue) = 183+102+220=505 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.24% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #B766DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B766DC is #489923. Grayscale: #8B8B8B. Windows color (decimal): -4757796 or 14444215. OLE color: 14444215.
HSL color Cylindrical-coordinate representation of color #B766DC: hue angle of 281.19º 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 #B766DC is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 102 | 220 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.14 |
| HSL | 281.19º | 0.63% | 0.63% | - |
| HSV(B) | 281.19º | 0.54% | 0.86% | - |
| XYZ | 37.2 | 24.74 | 70.52 | - |
| YUV | 139.67 | 173.34 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 220 | 0.17 | 0.54 | 0 | 0.14 | 281.19 | 0.63 | 0.63 |
| Hex | B7 | 66 | DC | 11 | 36 | 0 | E | 119 | 3F | 3F |
| Octal | 267 | 146 | 334 | 21 | 66 | 0 | 16 | 431 | 77 | 77 |
| Binary | 10110111 | 1100110 | 11011100 | 10001 | 110110 | 0 | 1110 | 100011001 | 111111 | 111111 |
Color Harmonies of #B766DC
Complementary color
Monochromatic Colors of #B766DC
Black with #B766DC
Text Example
Text Example
White with #B766DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B766DC; }
p { color: rgb(183,102,220); }
H1.HeaderClassName
{
color: #B766DC;
}
.AnyTagClassName
{
color: #B766DC;
}
</style>
background-color css
<style>
a { background-color: #B766DC; }
a { background-color: rgb(183,102,220); }
div.DivClassName
{
background-color: #B766DC;
}
.BgClassName
{
background-color: #B766DC;
}
</style>
border-color css
<style>
span { border-color: #B766DC; }
span { border-color: rgb(183,102,220); }
td.TdClassName
{
border-color: #B766DC;
}
.TagClassName
{
border-color: #B766DC;
}
</style>