Shades of Medium Orchid #B666EE
Tints of Medium Orchid #B666EE
RGB
CMYK
RGB Variations
Color information
#B666EE (or 0xB666EE) is known color: Medium Orchid. HEX triplet: B6, 66 and EE. RGB value is (182,102,238). Sum of RGB (Red+Green+Blue) = 182+102+238=522 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.87% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #B666EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B666EE is #499911. Grayscale: #8C8C8C. Windows color (decimal): -4823314 or 15623862. OLE color: 15623862.
HSL color Cylindrical-coordinate representation of color #B666EE: hue angle of 275.29º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B666EE is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 102 | 238 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.07 |
| HSL | 275.29º | 0.8% | 0.67% | - |
| HSV(B) | 275.29º | 0.57% | 0.93% | - |
| XYZ | 39.48 | 25.62 | 83.75 | - |
| YUV | 141.42 | 182.5 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 102 | 238 | 0.24 | 0.57 | 0 | 0.07 | 275.29 | 0.8 | 0.67 |
| Hex | B6 | 66 | EE | 18 | 39 | 0 | 7 | 113 | 50 | 43 |
| Octal | 266 | 146 | 356 | 30 | 71 | 0 | 7 | 423 | 120 | 103 |
| Binary | 10110110 | 1100110 | 11101110 | 11000 | 111001 | 0 | 111 | 100010011 | 1010000 | 1000011 |
Color Harmonies of #B666EE
Complementary color
Monochromatic Colors of #B666EE
Black with #B666EE
Text Example
Text Example
White with #B666EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B666EE; }
p { color: rgb(182,102,238); }
H1.HeaderClassName
{
color: #B666EE;
}
.AnyTagClassName
{
color: #B666EE;
}
</style>
background-color css
<style>
a { background-color: #B666EE; }
a { background-color: rgb(182,102,238); }
div.DivClassName
{
background-color: #B666EE;
}
.BgClassName
{
background-color: #B666EE;
}
</style>
border-color css
<style>
span { border-color: #B666EE; }
span { border-color: rgb(182,102,238); }
td.TdClassName
{
border-color: #B666EE;
}
.TagClassName
{
border-color: #B666EE;
}
</style>