Shades of Medium Orchid #B066EF
Tints of Medium Orchid #B066EF
RGB
CMYK
RGB Variations
Color information
#B066EF (or 0xB066EF) is known color: Medium Orchid. HEX triplet: B0, 66 and EF. RGB value is (176,102,239). Sum of RGB (Red+Green+Blue) = 176+102+239=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 102 (40.23% from 255 or 19.73% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #B066EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B066EF is #4F9910. Grayscale: #8B8B8B. Windows color (decimal): -5216529 or 15689392. OLE color: 15689392.
HSL color Cylindrical-coordinate representation of color #B066EF: hue angle of 272.41º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B066EF is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 102 | 239 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.06 |
| HSL | 272.41º | 0.81% | 0.67% | - |
| HSV(B) | 272.41º | 0.57% | 0.94% | - |
| XYZ | 38.24 | 24.96 | 84.46 | - |
| YUV | 139.74 | 184.02 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 239 | 0.26 | 0.57 | 0 | 0.06 | 272.41 | 0.81 | 0.67 |
| Hex | B0 | 66 | EF | 1A | 39 | 0 | 6 | 110 | 51 | 43 |
| Octal | 260 | 146 | 357 | 32 | 71 | 0 | 6 | 420 | 121 | 103 |
| Binary | 10110000 | 1100110 | 11101111 | 11010 | 111001 | 0 | 110 | 100010000 | 1010001 | 1000011 |
Color Harmonies of #B066EF
Complementary color
Monochromatic Colors of #B066EF
Black with #B066EF
Text Example
Text Example
White with #B066EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B066EF; }
p { color: rgb(176,102,239); }
H1.HeaderClassName
{
color: #B066EF;
}
.AnyTagClassName
{
color: #B066EF;
}
</style>
background-color css
<style>
a { background-color: #B066EF; }
a { background-color: rgb(176,102,239); }
div.DivClassName
{
background-color: #B066EF;
}
.BgClassName
{
background-color: #B066EF;
}
</style>
border-color css
<style>
span { border-color: #B066EF; }
span { border-color: rgb(176,102,239); }
td.TdClassName
{
border-color: #B066EF;
}
.TagClassName
{
border-color: #B066EF;
}
</style>