Shades of Medium Orchid #B65EEE
Tints of Medium Orchid #B65EEE
RGB
CMYK
RGB Variations
Color information
#B65EEE (or 0xB65EEE) is known color: Medium Orchid. HEX triplet: B6, 5E and EE. RGB value is (182,94,238). Sum of RGB (Red+Green+Blue) = 182+94+238=514 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.41% from 514); Green value is 94 (37.11% from 255 or 18.29% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #B65EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65EEE is #49A111. Grayscale: #888888. Windows color (decimal): -4825362 or 15621814. OLE color: 15621814.
HSL color Cylindrical-coordinate representation of color #B65EEE: hue angle of 276.67º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B65EEE is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 94 | 238 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.07 |
| HSL | 276.67º | 0.81% | 0.65% | - |
| HSV(B) | 276.67º | 0.61% | 0.93% | - |
| XYZ | 38.73 | 24.12 | 83.5 | - |
| YUV | 136.73 | 185.15 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 94 | 238 | 0.24 | 0.61 | 0 | 0.07 | 276.67 | 0.81 | 0.65 |
| Hex | B6 | 5E | EE | 18 | 3D | 0 | 7 | 115 | 51 | 41 |
| Octal | 266 | 136 | 356 | 30 | 75 | 0 | 7 | 425 | 121 | 101 |
| Binary | 10110110 | 1011110 | 11101110 | 11000 | 111101 | 0 | 111 | 100010101 | 1010001 | 1000001 |
Color Harmonies of #B65EEE
Complementary color
Monochromatic Colors of #B65EEE
Black with #B65EEE
Text Example
Text Example
White with #B65EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65EEE; }
p { color: rgb(182,94,238); }
H1.HeaderClassName
{
color: #B65EEE;
}
.AnyTagClassName
{
color: #B65EEE;
}
</style>
background-color css
<style>
a { background-color: #B65EEE; }
a { background-color: rgb(182,94,238); }
div.DivClassName
{
background-color: #B65EEE;
}
.BgClassName
{
background-color: #B65EEE;
}
</style>
border-color css
<style>
span { border-color: #B65EEE; }
span { border-color: rgb(182,94,238); }
td.TdClassName
{
border-color: #B65EEE;
}
.TagClassName
{
border-color: #B65EEE;
}
</style>