Shades of Medium Orchid #B766F7
Tints of Medium Orchid #B766F7
RGB
CMYK
RGB Variations
Color information
#B766F7 (or 0xB766F7) is known color: Medium Orchid. HEX triplet: B7, 66 and F7. RGB value is (183,102,247). Sum of RGB (Red+Green+Blue) = 183+102+247=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 102 (40.23% from 255 or 19.17% from 532); Blue value is 247 (96.88% from 255 or 46.43% from 532); Max value from RGB is 247 - color contains mainly: blue. Hex color #B766F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B766F7 is #489908. Grayscale: #8E8E8E. Windows color (decimal): -4757769 or 16213687. OLE color: 16213687.
HSL color Cylindrical-coordinate representation of color #B766F7: hue angle of 273.52º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B766F7 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 183 | 102 | 247 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.03 |
| HSL | 273.52º | 0.9% | 0.68% | - |
| HSV(B) | 273.52º | 0.59% | 0.97% | - |
| XYZ | 41.07 | 26.29 | 90.9 | - |
| YUV | 142.75 | 186.84 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 247 | 0.26 | 0.59 | 0 | 0.03 | 273.52 | 0.9 | 0.68 |
| Hex | B7 | 66 | F7 | 1A | 3B | 0 | 3 | 112 | 5A | 44 |
| Octal | 267 | 146 | 367 | 32 | 73 | 0 | 3 | 422 | 132 | 104 |
| Binary | 10110111 | 1100110 | 11110111 | 11010 | 111011 | 0 | 11 | 100010010 | 1011010 | 1000100 |
Color Harmonies of #B766F7
Complementary color
Monochromatic Colors of #B766F7
Black with #B766F7
Text Example
Text Example
White with #B766F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B766F7; }
p { color: rgb(183,102,247); }
H1.HeaderClassName
{
color: #B766F7;
}
.AnyTagClassName
{
color: #B766F7;
}
</style>
background-color css
<style>
a { background-color: #B766F7; }
a { background-color: rgb(183,102,247); }
div.DivClassName
{
background-color: #B766F7;
}
.BgClassName
{
background-color: #B766F7;
}
</style>
border-color css
<style>
span { border-color: #B766F7; }
span { border-color: rgb(183,102,247); }
td.TdClassName
{
border-color: #B766F7;
}
.TagClassName
{
border-color: #B766F7;
}
</style>