Shades of Medium Orchid #B666DC
Tints of Medium Orchid #B666DC
RGB
CMYK
RGB Variations
Color information
#B666DC (or 0xB666DC) is known color: Medium Orchid. HEX triplet: B6, 66 and DC. RGB value is (182,102,220). Sum of RGB (Red+Green+Blue) = 182+102+220=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #B666DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B666DC is #499923. Grayscale: #8A8A8A. Windows color (decimal): -4823332 or 14444214. OLE color: 14444214.
HSL color Cylindrical-coordinate representation of color #B666DC: hue angle of 280.68º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B666DC is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 102 | 220 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.14 |
| HSL | 280.68º | 0.63% | 0.63% | - |
| HSV(B) | 280.68º | 0.54% | 0.86% | - |
| XYZ | 36.96 | 24.62 | 70.51 | - |
| YUV | 139.37 | 173.5 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 102 | 220 | 0.17 | 0.54 | 0 | 0.14 | 280.68 | 0.63 | 0.63 |
| Hex | B6 | 66 | DC | 11 | 36 | 0 | E | 119 | 3F | 3F |
| Octal | 266 | 146 | 334 | 21 | 66 | 0 | 16 | 431 | 77 | 77 |
| Binary | 10110110 | 1100110 | 11011100 | 10001 | 110110 | 0 | 1110 | 100011001 | 111111 | 111111 |
Color Harmonies of #B666DC
Complementary color
Monochromatic Colors of #B666DC
Black with #B666DC
Text Example
Text Example
White with #B666DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B666DC; }
p { color: rgb(182,102,220); }
H1.HeaderClassName
{
color: #B666DC;
}
.AnyTagClassName
{
color: #B666DC;
}
</style>
background-color css
<style>
a { background-color: #B666DC; }
a { background-color: rgb(182,102,220); }
div.DivClassName
{
background-color: #B666DC;
}
.BgClassName
{
background-color: #B666DC;
}
</style>
border-color css
<style>
span { border-color: #B666DC; }
span { border-color: rgb(182,102,220); }
td.TdClassName
{
border-color: #B666DC;
}
.TagClassName
{
border-color: #B666DC;
}
</style>