Shades of Medium Orchid #B66ACE
Tints of Medium Orchid #B66ACE
RGB
CMYK
RGB Variations
Color information
#B66ACE (or 0xB66ACE) is known color: Medium Orchid. HEX triplet: B6, 6A and CE. RGB value is (182,106,206). Sum of RGB (Red+Green+Blue) = 182+106+206=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #B66ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66ACE is #499531. Grayscale: #8B8B8B. Windows color (decimal): -4822322 or 13527734. OLE color: 13527734.
HSL color Cylindrical-coordinate representation of color #B66ACE: hue angle of 285.6º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B66ACE is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 106 | 206 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.19 |
| HSL | 285.6º | 0.51% | 0.61% | - |
| HSV(B) | 285.6º | 0.49% | 0.81% | - |
| XYZ | 35.59 | 24.71 | 61.29 | - |
| YUV | 140.12 | 165.18 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 106 | 206 | 0.12 | 0.49 | 0 | 0.19 | 285.6 | 0.51 | 0.61 |
| Hex | B6 | 6A | CE | C | 31 | 0 | 13 | 11E | 33 | 3D |
| Octal | 266 | 152 | 316 | 14 | 61 | 0 | 23 | 436 | 63 | 75 |
| Binary | 10110110 | 1101010 | 11001110 | 1100 | 110001 | 0 | 10011 | 100011110 | 110011 | 111101 |
Color Harmonies of #B66ACE
Complementary color
Monochromatic Colors of #B66ACE
Black with #B66ACE
Text Example
Text Example
White with #B66ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66ACE; }
p { color: rgb(182,106,206); }
H1.HeaderClassName
{
color: #B66ACE;
}
.AnyTagClassName
{
color: #B66ACE;
}
</style>
background-color css
<style>
a { background-color: #B66ACE; }
a { background-color: rgb(182,106,206); }
div.DivClassName
{
background-color: #B66ACE;
}
.BgClassName
{
background-color: #B66ACE;
}
</style>
border-color css
<style>
span { border-color: #B66ACE; }
span { border-color: rgb(182,106,206); }
td.TdClassName
{
border-color: #B66ACE;
}
.TagClassName
{
border-color: #B66ACE;
}
</style>