Shades of Medium Orchid #B766F1
Tints of Medium Orchid #B766F1
RGB
CMYK
RGB Variations
Color information
#B766F1 (or 0xB766F1) is known color: Medium Orchid. HEX triplet: B7, 66 and F1. RGB value is (183,102,241). Sum of RGB (Red+Green+Blue) = 183+102+241=526 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.79% from 526); Green value is 102 (40.23% from 255 or 19.39% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #B766F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B766F1 is #48990E. Grayscale: #8D8D8D. Windows color (decimal): -4757775 or 15820471. OLE color: 15820471.
HSL color Cylindrical-coordinate representation of color #B766F1: hue angle of 274.96º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B766F1 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 102 | 241 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.05 |
| HSL | 274.96º | 0.83% | 0.67% | - |
| HSV(B) | 274.96º | 0.58% | 0.95% | - |
| XYZ | 40.16 | 25.92 | 86.11 | - |
| YUV | 142.07 | 183.84 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 241 | 0.24 | 0.58 | 0 | 0.05 | 274.96 | 0.83 | 0.67 |
| Hex | B7 | 66 | F1 | 18 | 3A | 0 | 5 | 113 | 53 | 43 |
| Octal | 267 | 146 | 361 | 30 | 72 | 0 | 5 | 423 | 123 | 103 |
| Binary | 10110111 | 1100110 | 11110001 | 11000 | 111010 | 0 | 101 | 100010011 | 1010011 | 1000011 |
Color Harmonies of #B766F1
Complementary color
Monochromatic Colors of #B766F1
Black with #B766F1
Text Example
Text Example
White with #B766F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B766F1; }
p { color: rgb(183,102,241); }
H1.HeaderClassName
{
color: #B766F1;
}
.AnyTagClassName
{
color: #B766F1;
}
</style>
background-color css
<style>
a { background-color: #B766F1; }
a { background-color: rgb(183,102,241); }
div.DivClassName
{
background-color: #B766F1;
}
.BgClassName
{
background-color: #B766F1;
}
</style>
border-color css
<style>
span { border-color: #B766F1; }
span { border-color: rgb(183,102,241); }
td.TdClassName
{
border-color: #B766F1;
}
.TagClassName
{
border-color: #B766F1;
}
</style>