Shades of Medium Orchid #B268EE
Tints of Medium Orchid #B268EE
RGB
CMYK
RGB Variations
Color information
#B268EE (or 0xB268EE) is known color: Medium Orchid. HEX triplet: B2, 68 and EE. RGB value is (178,104,238). Sum of RGB (Red+Green+Blue) = 178+104+238=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 104 (41.02% from 255 or 20% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #B268EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B268EE is #4D9711. Grayscale: #8C8C8C. Windows color (decimal): -5084946 or 15624370. OLE color: 15624370.
HSL color Cylindrical-coordinate representation of color #B268EE: hue angle of 273.13º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B268EE is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 104 | 238 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.07 |
| HSL | 273.13º | 0.8% | 0.67% | - |
| HSV(B) | 273.13º | 0.56% | 0.93% | - |
| XYZ | 38.74 | 25.54 | 83.78 | - |
| YUV | 141.4 | 182.52 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 104 | 238 | 0.25 | 0.56 | 0 | 0.07 | 273.13 | 0.8 | 0.67 |
| Hex | B2 | 68 | EE | 19 | 38 | 0 | 7 | 111 | 50 | 43 |
| Octal | 262 | 150 | 356 | 31 | 70 | 0 | 7 | 421 | 120 | 103 |
| Binary | 10110010 | 1101000 | 11101110 | 11001 | 111000 | 0 | 111 | 100010001 | 1010000 | 1000011 |
Color Harmonies of #B268EE
Complementary color
Monochromatic Colors of #B268EE
Black with #B268EE
Text Example
Text Example
White with #B268EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B268EE; }
p { color: rgb(178,104,238); }
H1.HeaderClassName
{
color: #B268EE;
}
.AnyTagClassName
{
color: #B268EE;
}
</style>
background-color css
<style>
a { background-color: #B268EE; }
a { background-color: rgb(178,104,238); }
div.DivClassName
{
background-color: #B268EE;
}
.BgClassName
{
background-color: #B268EE;
}
</style>
border-color css
<style>
span { border-color: #B268EE; }
span { border-color: rgb(178,104,238); }
td.TdClassName
{
border-color: #B268EE;
}
.TagClassName
{
border-color: #B268EE;
}
</style>