Shades of Medium Orchid #B66FCD
Tints of Medium Orchid #B66FCD
RGB
CMYK
RGB Variations
Color information
#B66FCD (or 0xB66FCD) is known color: Medium Orchid. HEX triplet: B6, 6F and CD. RGB value is (182,111,205). Sum of RGB (Red+Green+Blue) = 182+111+205=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 111 (43.75% from 255 or 22.29% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #B66FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66FCD is #499032. Grayscale: #8E8E8E. Windows color (decimal): -4821043 or 13463478. OLE color: 13463478.
HSL color Cylindrical-coordinate representation of color #B66FCD: hue angle of 285.32º 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 #B66FCD is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 111 | 205 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.20 |
| HSL | 285.32º | 0.48% | 0.62% | - |
| HSV(B) | 285.32º | 0.46% | 0.8% | - |
| XYZ | 36 | 25.72 | 60.83 | - |
| YUV | 142.95 | 163.02 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 111 | 205 | 0.11 | 0.46 | 0 | 0.20 | 285.32 | 0.48 | 0.62 |
| Hex | B6 | 6F | CD | B | 2E | 0 | 14 | 11D | 30 | 3E |
| Octal | 266 | 157 | 315 | 13 | 56 | 0 | 24 | 435 | 60 | 76 |
| Binary | 10110110 | 1101111 | 11001101 | 1011 | 101110 | 0 | 10100 | 100011101 | 110000 | 111110 |
Color Harmonies of #B66FCD
Complementary color
Monochromatic Colors of #B66FCD
Black with #B66FCD
Text Example
Text Example
White with #B66FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66FCD; }
p { color: rgb(182,111,205); }
H1.HeaderClassName
{
color: #B66FCD;
}
.AnyTagClassName
{
color: #B66FCD;
}
</style>
background-color css
<style>
a { background-color: #B66FCD; }
a { background-color: rgb(182,111,205); }
div.DivClassName
{
background-color: #B66FCD;
}
.BgClassName
{
background-color: #B66FCD;
}
</style>
border-color css
<style>
span { border-color: #B66FCD; }
span { border-color: rgb(182,111,205); }
td.TdClassName
{
border-color: #B66FCD;
}
.TagClassName
{
border-color: #B66FCD;
}
</style>