Shades of Medium Orchid #B66BC6
Tints of Medium Orchid #B66BC6
RGB
CMYK
RGB Variations
Color information
#B66BC6 (or 0xB66BC6) is known color: Medium Orchid. HEX triplet: B6, 6B and C6. RGB value is (182,107,198). Sum of RGB (Red+Green+Blue) = 182+107+198=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 107 (42.19% from 255 or 21.97% from 487); Blue value is 198 (77.73% from 255 or 40.66% from 487); Max value from RGB is 198 - color contains mainly: blue. Hex color #B66BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66BC6 is #499439. Grayscale: #8B8B8B. Windows color (decimal): -4822074 or 13003702. OLE color: 13003702.
HSL color Cylindrical-coordinate representation of color #B66BC6: hue angle of 289.45º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B66BC6 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 107 | 198 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.22 |
| HSL | 289.45º | 0.44% | 0.6% | - |
| HSV(B) | 289.45º | 0.46% | 0.78% | - |
| XYZ | 34.74 | 24.54 | 56.33 | - |
| YUV | 139.8 | 160.85 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 107 | 198 | 0.08 | 0.46 | 0 | 0.22 | 289.45 | 0.44 | 0.6 |
| Hex | B6 | 6B | C6 | 8 | 2E | 0 | 16 | 121 | 2C | 3C |
| Octal | 266 | 153 | 306 | 10 | 56 | 0 | 26 | 441 | 54 | 74 |
| Binary | 10110110 | 1101011 | 11000110 | 1000 | 101110 | 0 | 10110 | 100100001 | 101100 | 111100 |
Color Harmonies of #B66BC6
Complementary color
Monochromatic Colors of #B66BC6
Black with #B66BC6
Text Example
Text Example
White with #B66BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66BC6; }
p { color: rgb(182,107,198); }
H1.HeaderClassName
{
color: #B66BC6;
}
.AnyTagClassName
{
color: #B66BC6;
}
</style>
background-color css
<style>
a { background-color: #B66BC6; }
a { background-color: rgb(182,107,198); }
div.DivClassName
{
background-color: #B66BC6;
}
.BgClassName
{
background-color: #B66BC6;
}
</style>
border-color css
<style>
span { border-color: #B66BC6; }
span { border-color: rgb(182,107,198); }
td.TdClassName
{
border-color: #B66BC6;
}
.TagClassName
{
border-color: #B66BC6;
}
</style>