Shades of Medium Orchid #B66FED
Tints of Medium Orchid #B66FED
RGB
CMYK
RGB Variations
Color information
#B66FED (or 0xB66FED) is known color: Medium Orchid. HEX triplet: B6, 6F and ED. RGB value is (182,111,237). Sum of RGB (Red+Green+Blue) = 182+111+237=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #B66FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B66FED is #499012. Grayscale: #929292. Windows color (decimal): -4821011 or 15560630. OLE color: 15560630.
HSL color Cylindrical-coordinate representation of color #B66FED: hue angle of 273.81º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B66FED is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 111 | 237 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.07 |
| HSL | 273.81º | 0.78% | 0.68% | - |
| HSV(B) | 273.81º | 0.53% | 0.93% | - |
| XYZ | 40.26 | 27.43 | 83.29 | - |
| YUV | 146.59 | 179.02 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 111 | 237 | 0.23 | 0.53 | 0 | 0.07 | 273.81 | 0.78 | 0.68 |
| Hex | B6 | 6F | ED | 17 | 35 | 0 | 7 | 112 | 4E | 44 |
| Octal | 266 | 157 | 355 | 27 | 65 | 0 | 7 | 422 | 116 | 104 |
| Binary | 10110110 | 1101111 | 11101101 | 10111 | 110101 | 0 | 111 | 100010010 | 1001110 | 1000100 |
Color Harmonies of #B66FED
Complementary color
Monochromatic Colors of #B66FED
Black with #B66FED
Text Example
Text Example
White with #B66FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66FED; }
p { color: rgb(182,111,237); }
H1.HeaderClassName
{
color: #B66FED;
}
.AnyTagClassName
{
color: #B66FED;
}
</style>
background-color css
<style>
a { background-color: #B66FED; }
a { background-color: rgb(182,111,237); }
div.DivClassName
{
background-color: #B66FED;
}
.BgClassName
{
background-color: #B66FED;
}
</style>
border-color css
<style>
span { border-color: #B66FED; }
span { border-color: rgb(182,111,237); }
td.TdClassName
{
border-color: #B66FED;
}
.TagClassName
{
border-color: #B66FED;
}
</style>