Shades of Medium Orchid #B766F5
Tints of Medium Orchid #B766F5
RGB
CMYK
RGB Variations
Color information
#B766F5 (or 0xB766F5) is known color: Medium Orchid. HEX triplet: B7, 66 and F5. RGB value is (183,102,245). Sum of RGB (Red+Green+Blue) = 183+102+245=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 102 (40.23% from 255 or 19.25% from 530); Blue value is 245 (96.09% from 255 or 46.23% from 530); Max value from RGB is 245 - color contains mainly: blue. Hex color #B766F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B766F5 is #48990A. Grayscale: #8E8E8E. Windows color (decimal): -4757771 or 16082615. OLE color: 16082615.
HSL color Cylindrical-coordinate representation of color #B766F5: hue angle of 273.99º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B766F5 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 102 | 245 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.04 |
| HSL | 273.99º | 0.88% | 0.68% | - |
| HSV(B) | 273.99º | 0.58% | 0.96% | - |
| XYZ | 40.76 | 26.16 | 89.29 | - |
| YUV | 142.52 | 185.84 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 245 | 0.25 | 0.58 | 0 | 0.04 | 273.99 | 0.88 | 0.68 |
| Hex | B7 | 66 | F5 | 19 | 3A | 0 | 4 | 112 | 58 | 44 |
| Octal | 267 | 146 | 365 | 31 | 72 | 0 | 4 | 422 | 130 | 104 |
| Binary | 10110111 | 1100110 | 11110101 | 11001 | 111010 | 0 | 100 | 100010010 | 1011000 | 1000100 |
Color Harmonies of #B766F5
Complementary color
Monochromatic Colors of #B766F5
Black with #B766F5
Text Example
Text Example
White with #B766F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B766F5; }
p { color: rgb(183,102,245); }
H1.HeaderClassName
{
color: #B766F5;
}
.AnyTagClassName
{
color: #B766F5;
}
</style>
background-color css
<style>
a { background-color: #B766F5; }
a { background-color: rgb(183,102,245); }
div.DivClassName
{
background-color: #B766F5;
}
.BgClassName
{
background-color: #B766F5;
}
</style>
border-color css
<style>
span { border-color: #B766F5; }
span { border-color: rgb(183,102,245); }
td.TdClassName
{
border-color: #B766F5;
}
.TagClassName
{
border-color: #B766F5;
}
</style>