Shades of Medium Orchid #B66DF0
Tints of Medium Orchid #B66DF0
RGB
CMYK
RGB Variations
Color information
#B66DF0 (or 0xB66DF0) is known color: Medium Orchid. HEX triplet: B6, 6D and F0. RGB value is (182,109,240). Sum of RGB (Red+Green+Blue) = 182+109+240=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 240 (94.14% from 255 or 45.20% from 531); Max value from RGB is 240 - color contains mainly: blue. Hex color #B66DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B66DF0 is #49920F. Grayscale: #919191. Windows color (decimal): -4821520 or 15756726. OLE color: 15756726.
HSL color Cylindrical-coordinate representation of color #B66DF0: hue angle of 273.44º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B66DF0 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 109 | 240 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.06 |
| HSL | 273.44º | 0.81% | 0.68% | - |
| HSV(B) | 273.44º | 0.55% | 0.94% | - |
| XYZ | 40.49 | 27.17 | 85.55 | - |
| YUV | 145.76 | 181.18 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 109 | 240 | 0.24 | 0.55 | 0 | 0.06 | 273.44 | 0.81 | 0.68 |
| Hex | B6 | 6D | F0 | 18 | 37 | 0 | 6 | 111 | 51 | 44 |
| Octal | 266 | 155 | 360 | 30 | 67 | 0 | 6 | 421 | 121 | 104 |
| Binary | 10110110 | 1101101 | 11110000 | 11000 | 110111 | 0 | 110 | 100010001 | 1010001 | 1000100 |
Color Harmonies of #B66DF0
Complementary color
Monochromatic Colors of #B66DF0
Black with #B66DF0
Text Example
Text Example
White with #B66DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66DF0; }
p { color: rgb(182,109,240); }
H1.HeaderClassName
{
color: #B66DF0;
}
.AnyTagClassName
{
color: #B66DF0;
}
</style>
background-color css
<style>
a { background-color: #B66DF0; }
a { background-color: rgb(182,109,240); }
div.DivClassName
{
background-color: #B66DF0;
}
.BgClassName
{
background-color: #B66DF0;
}
</style>
border-color css
<style>
span { border-color: #B66DF0; }
span { border-color: rgb(182,109,240); }
td.TdClassName
{
border-color: #B66DF0;
}
.TagClassName
{
border-color: #B66DF0;
}
</style>