Shades of Medium Orchid #B766F8
Tints of Medium Orchid #B766F8
RGB
CMYK
RGB Variations
Color information
#B766F8 (or 0xB766F8) is known color: Medium Orchid. HEX triplet: B7, 66 and F8. RGB value is (183,102,248). Sum of RGB (Red+Green+Blue) = 183+102+248=533 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.33% from 533); Green value is 102 (40.23% from 255 or 19.14% from 533); Blue value is 248 (97.27% from 255 or 46.53% from 533); Max value from RGB is 248 - color contains mainly: blue. Hex color #B766F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B766F8 is #489907. Grayscale: #8E8E8E. Windows color (decimal): -4757768 or 16279223. OLE color: 16279223.
HSL color Cylindrical-coordinate representation of color #B766F8: hue angle of 273.29º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B766F8 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 183 | 102 | 248 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.03 |
| HSL | 273.29º | 0.91% | 0.69% | - |
| HSV(B) | 273.29º | 0.59% | 0.97% | - |
| XYZ | 41.22 | 26.35 | 91.72 | - |
| YUV | 142.86 | 187.34 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 248 | 0.26 | 0.59 | 0 | 0.03 | 273.29 | 0.91 | 0.69 |
| Hex | B7 | 66 | F8 | 1A | 3B | 0 | 3 | 111 | 5B | 45 |
| Octal | 267 | 146 | 370 | 32 | 73 | 0 | 3 | 421 | 133 | 105 |
| Binary | 10110111 | 1100110 | 11111000 | 11010 | 111011 | 0 | 11 | 100010001 | 1011011 | 1000101 |
Color Harmonies of #B766F8
Complementary color
Monochromatic Colors of #B766F8
Black with #B766F8
Text Example
Text Example
White with #B766F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B766F8; }
p { color: rgb(183,102,248); }
H1.HeaderClassName
{
color: #B766F8;
}
.AnyTagClassName
{
color: #B766F8;
}
</style>
background-color css
<style>
a { background-color: #B766F8; }
a { background-color: rgb(183,102,248); }
div.DivClassName
{
background-color: #B766F8;
}
.BgClassName
{
background-color: #B766F8;
}
</style>
border-color css
<style>
span { border-color: #B766F8; }
span { border-color: rgb(183,102,248); }
td.TdClassName
{
border-color: #B766F8;
}
.TagClassName
{
border-color: #B766F8;
}
</style>