Shades of Medium Orchid #B266EE
Tints of Medium Orchid #B266EE
RGB
CMYK
RGB Variations
Color information
#B266EE (or 0xB266EE) is known color: Medium Orchid. HEX triplet: B2, 66 and EE. RGB value is (178,102,238). Sum of RGB (Red+Green+Blue) = 178+102+238=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 102 (40.23% from 255 or 19.69% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #B266EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B266EE is #4D9911. Grayscale: #8B8B8B. Windows color (decimal): -5085458 or 15623858. OLE color: 15623858.
HSL color Cylindrical-coordinate representation of color #B266EE: hue angle of 273.53º 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 #B266EE is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 102 | 238 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.07 |
| HSL | 273.53º | 0.8% | 0.67% | - |
| HSV(B) | 273.53º | 0.57% | 0.93% | - |
| XYZ | 38.54 | 25.14 | 83.71 | - |
| YUV | 140.23 | 183.18 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 102 | 238 | 0.25 | 0.57 | 0 | 0.07 | 273.53 | 0.8 | 0.67 |
| Hex | B2 | 66 | EE | 19 | 39 | 0 | 7 | 112 | 50 | 43 |
| Octal | 262 | 146 | 356 | 31 | 71 | 0 | 7 | 422 | 120 | 103 |
| Binary | 10110010 | 1100110 | 11101110 | 11001 | 111001 | 0 | 111 | 100010010 | 1010000 | 1000011 |
Color Harmonies of #B266EE
Complementary color
Monochromatic Colors of #B266EE
Black with #B266EE
Text Example
Text Example
White with #B266EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B266EE; }
p { color: rgb(178,102,238); }
H1.HeaderClassName
{
color: #B266EE;
}
.AnyTagClassName
{
color: #B266EE;
}
</style>
background-color css
<style>
a { background-color: #B266EE; }
a { background-color: rgb(178,102,238); }
div.DivClassName
{
background-color: #B266EE;
}
.BgClassName
{
background-color: #B266EE;
}
</style>
border-color css
<style>
span { border-color: #B266EE; }
span { border-color: rgb(178,102,238); }
td.TdClassName
{
border-color: #B266EE;
}
.TagClassName
{
border-color: #B266EE;
}
</style>