Shades of Medium Orchid #B66EE5
Tints of Medium Orchid #B66EE5
RGB
CMYK
RGB Variations
Color information
#B66EE5 (or 0xB66EE5) is known color: Medium Orchid. HEX triplet: B6, 6E and E5. RGB value is (182,110,229). Sum of RGB (Red+Green+Blue) = 182+110+229=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #B66EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66EE5 is #49911A. Grayscale: #909090. Windows color (decimal): -4821275 or 15036086. OLE color: 15036086.
HSL color Cylindrical-coordinate representation of color #B66EE5: hue angle of 276.3º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B66EE5 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 110 | 229 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.10 |
| HSL | 276.3º | 0.7% | 0.66% | - |
| HSV(B) | 276.3º | 0.52% | 0.9% | - |
| XYZ | 39.01 | 26.75 | 77.24 | - |
| YUV | 145.09 | 175.35 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 110 | 229 | 0.21 | 0.52 | 0 | 0.10 | 276.3 | 0.7 | 0.66 |
| Hex | B6 | 6E | E5 | 15 | 34 | 0 | A | 114 | 46 | 42 |
| Octal | 266 | 156 | 345 | 25 | 64 | 0 | 12 | 424 | 106 | 102 |
| Binary | 10110110 | 1101110 | 11100101 | 10101 | 110100 | 0 | 1010 | 100010100 | 1000110 | 1000010 |
Color Harmonies of #B66EE5
Complementary color
Monochromatic Colors of #B66EE5
Black with #B66EE5
Text Example
Text Example
White with #B66EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66EE5; }
p { color: rgb(182,110,229); }
H1.HeaderClassName
{
color: #B66EE5;
}
.AnyTagClassName
{
color: #B66EE5;
}
</style>
background-color css
<style>
a { background-color: #B66EE5; }
a { background-color: rgb(182,110,229); }
div.DivClassName
{
background-color: #B66EE5;
}
.BgClassName
{
background-color: #B66EE5;
}
</style>
border-color css
<style>
span { border-color: #B66EE5; }
span { border-color: rgb(182,110,229); }
td.TdClassName
{
border-color: #B66EE5;
}
.TagClassName
{
border-color: #B66EE5;
}
</style>