Shades of Medium Orchid #B66ECC
Tints of Medium Orchid #B66ECC
RGB
CMYK
RGB Variations
Color information
#B66ECC (or 0xB66ECC) is known color: Medium Orchid. HEX triplet: B6, 6E and CC. RGB value is (182,110,204). Sum of RGB (Red+Green+Blue) = 182+110+204=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 110 (43.36% from 255 or 22.18% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #B66ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66ECC is #499133. Grayscale: #8D8D8D. Windows color (decimal): -4821300 or 13397686. OLE color: 13397686.
HSL color Cylindrical-coordinate representation of color #B66ECC: hue angle of 285.96º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B66ECC is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 110 | 204 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.2 |
| HSL | 285.96º | 0.48% | 0.62% | - |
| HSV(B) | 285.96º | 0.46% | 0.8% | - |
| XYZ | 35.77 | 25.46 | 60.16 | - |
| YUV | 142.24 | 162.85 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 110 | 204 | 0.11 | 0.46 | 0 | 0.2 | 285.96 | 0.48 | 0.62 |
| Hex | B6 | 6E | CC | B | 2E | 0 | 14 | 11E | 30 | 3E |
| Octal | 266 | 156 | 314 | 13 | 56 | 0 | 24 | 436 | 60 | 76 |
| Binary | 10110110 | 1101110 | 11001100 | 1011 | 101110 | 0 | 10100 | 100011110 | 110000 | 111110 |
Color Harmonies of #B66ECC
Complementary color
Monochromatic Colors of #B66ECC
Black with #B66ECC
Text Example
Text Example
White with #B66ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66ECC; }
p { color: rgb(182,110,204); }
H1.HeaderClassName
{
color: #B66ECC;
}
.AnyTagClassName
{
color: #B66ECC;
}
</style>
background-color css
<style>
a { background-color: #B66ECC; }
a { background-color: rgb(182,110,204); }
div.DivClassName
{
background-color: #B66ECC;
}
.BgClassName
{
background-color: #B66ECC;
}
</style>
border-color css
<style>
span { border-color: #B66ECC; }
span { border-color: rgb(182,110,204); }
td.TdClassName
{
border-color: #B66ECC;
}
.TagClassName
{
border-color: #B66ECC;
}
</style>