Shades of Medium Orchid #B766F6
Tints of Medium Orchid #B766F6
RGB
CMYK
RGB Variations
Color information
#B766F6 (or 0xB766F6) is known color: Medium Orchid. HEX triplet: B7, 66 and F6. RGB value is (183,102,246). Sum of RGB (Red+Green+Blue) = 183+102+246=531 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.46% from 531); Green value is 102 (40.23% from 255 or 19.21% from 531); Blue value is 246 (96.48% from 255 or 46.33% from 531); Max value from RGB is 246 - color contains mainly: blue. Hex color #B766F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B766F6 is #489909. Grayscale: #8E8E8E. Windows color (decimal): -4757770 or 16148151. OLE color: 16148151.
HSL color Cylindrical-coordinate representation of color #B766F6: hue angle of 273.75º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B766F6 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 102 | 246 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.04 |
| HSL | 273.75º | 0.89% | 0.68% | - |
| HSV(B) | 273.75º | 0.59% | 0.96% | - |
| XYZ | 40.91 | 26.22 | 90.09 | - |
| YUV | 142.64 | 186.34 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 246 | 0.26 | 0.59 | 0 | 0.04 | 273.75 | 0.89 | 0.68 |
| Hex | B7 | 66 | F6 | 1A | 3B | 0 | 4 | 112 | 59 | 44 |
| Octal | 267 | 146 | 366 | 32 | 73 | 0 | 4 | 422 | 131 | 104 |
| Binary | 10110111 | 1100110 | 11110110 | 11010 | 111011 | 0 | 100 | 100010010 | 1011001 | 1000100 |
Color Harmonies of #B766F6
Complementary color
Monochromatic Colors of #B766F6
Black with #B766F6
Text Example
Text Example
White with #B766F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B766F6; }
p { color: rgb(183,102,246); }
H1.HeaderClassName
{
color: #B766F6;
}
.AnyTagClassName
{
color: #B766F6;
}
</style>
background-color css
<style>
a { background-color: #B766F6; }
a { background-color: rgb(183,102,246); }
div.DivClassName
{
background-color: #B766F6;
}
.BgClassName
{
background-color: #B766F6;
}
</style>
border-color css
<style>
span { border-color: #B766F6; }
span { border-color: rgb(183,102,246); }
td.TdClassName
{
border-color: #B766F6;
}
.TagClassName
{
border-color: #B766F6;
}
</style>