Shades of Medium Orchid #B641EE
Tints of Medium Orchid #B641EE
RGB
CMYK
RGB Variations
Color information
#B641EE (or 0xB641EE) is known color: Medium Orchid. HEX triplet: B6, 41 and EE. RGB value is (182,65,238). Sum of RGB (Red+Green+Blue) = 182+65+238=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 65 (25.78% from 255 or 13.40% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #B641EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B641EE is #49BE11. Grayscale: #777777. Windows color (decimal): -4832786 or 15614390. OLE color: 15614390.
HSL color Cylindrical-coordinate representation of color #B641EE: hue angle of 280.58º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B641EE is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 65 | 238 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.07 |
| HSL | 280.58º | 0.84% | 0.59% | - |
| HSV(B) | 280.58º | 0.73% | 0.93% | - |
| XYZ | 36.61 | 19.9 | 82.8 | - |
| YUV | 119.71 | 194.76 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 65 | 238 | 0.24 | 0.73 | 0 | 0.07 | 280.58 | 0.84 | 0.59 |
| Hex | B6 | 41 | EE | 18 | 49 | 0 | 7 | 119 | 54 | 3B |
| Octal | 266 | 101 | 356 | 30 | 111 | 0 | 7 | 431 | 124 | 73 |
| Binary | 10110110 | 1000001 | 11101110 | 11000 | 1001001 | 0 | 111 | 100011001 | 1010100 | 111011 |
Color Harmonies of #B641EE
Complementary color
Monochromatic Colors of #B641EE
Black with #B641EE
Text Example
Text Example
White with #B641EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B641EE; }
p { color: rgb(182,65,238); }
H1.HeaderClassName
{
color: #B641EE;
}
.AnyTagClassName
{
color: #B641EE;
}
</style>
background-color css
<style>
a { background-color: #B641EE; }
a { background-color: rgb(182,65,238); }
div.DivClassName
{
background-color: #B641EE;
}
.BgClassName
{
background-color: #B641EE;
}
</style>
border-color css
<style>
span { border-color: #B641EE; }
span { border-color: rgb(182,65,238); }
td.TdClassName
{
border-color: #B641EE;
}
.TagClassName
{
border-color: #B641EE;
}
</style>