Shades of Medium Orchid #B066EE
Tints of Medium Orchid #B066EE
RGB
CMYK
RGB Variations
Color information
#B066EE (or 0xB066EE) is known color: Medium Orchid. HEX triplet: B0, 66 and EE. RGB value is (176,102,238). Sum of RGB (Red+Green+Blue) = 176+102+238=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 102 (40.23% from 255 or 19.77% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #B066EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B066EE is #4F9911. Grayscale: #8B8B8B. Windows color (decimal): -5216530 or 15623856. OLE color: 15623856.
HSL color Cylindrical-coordinate representation of color #B066EE: hue angle of 272.65º 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 #B066EE is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 102 | 238 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.07 |
| HSL | 272.65º | 0.8% | 0.67% | - |
| HSV(B) | 272.65º | 0.57% | 0.93% | - |
| XYZ | 38.09 | 24.91 | 83.69 | - |
| YUV | 139.63 | 183.52 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 238 | 0.26 | 0.57 | 0 | 0.07 | 272.65 | 0.8 | 0.67 |
| Hex | B0 | 66 | EE | 1A | 39 | 0 | 7 | 111 | 50 | 43 |
| Octal | 260 | 146 | 356 | 32 | 71 | 0 | 7 | 421 | 120 | 103 |
| Binary | 10110000 | 1100110 | 11101110 | 11010 | 111001 | 0 | 111 | 100010001 | 1010000 | 1000011 |
Color Harmonies of #B066EE
Complementary color
Monochromatic Colors of #B066EE
Black with #B066EE
Text Example
Text Example
White with #B066EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B066EE; }
p { color: rgb(176,102,238); }
H1.HeaderClassName
{
color: #B066EE;
}
.AnyTagClassName
{
color: #B066EE;
}
</style>
background-color css
<style>
a { background-color: #B066EE; }
a { background-color: rgb(176,102,238); }
div.DivClassName
{
background-color: #B066EE;
}
.BgClassName
{
background-color: #B066EE;
}
</style>
border-color css
<style>
span { border-color: #B066EE; }
span { border-color: rgb(176,102,238); }
td.TdClassName
{
border-color: #B066EE;
}
.TagClassName
{
border-color: #B066EE;
}
</style>