Shades of Medium Orchid #B641EC
Tints of Medium Orchid #B641EC
RGB
CMYK
RGB Variations
Color information
#B641EC (or 0xB641EC) is known color: Medium Orchid. HEX triplet: B6, 41 and EC. RGB value is (182,65,236). Sum of RGB (Red+Green+Blue) = 182+65+236=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 65 (25.78% from 255 or 13.46% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #B641EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B641EC is #49BE13. Grayscale: #767676. Windows color (decimal): -4832788 or 15483318. OLE color: 15483318.
HSL color Cylindrical-coordinate representation of color #B641EC: hue angle of 281.05º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B641EC is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 65 | 236 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.07 |
| HSL | 281.05º | 0.82% | 0.59% | - |
| HSV(B) | 281.05º | 0.72% | 0.93% | - |
| XYZ | 36.32 | 19.78 | 81.26 | - |
| YUV | 119.48 | 193.76 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 65 | 236 | 0.23 | 0.72 | 0 | 0.07 | 281.05 | 0.82 | 0.59 |
| Hex | B6 | 41 | EC | 17 | 48 | 0 | 7 | 119 | 52 | 3B |
| Octal | 266 | 101 | 354 | 27 | 110 | 0 | 7 | 431 | 122 | 73 |
| Binary | 10110110 | 1000001 | 11101100 | 10111 | 1001000 | 0 | 111 | 100011001 | 1010010 | 111011 |
Color Harmonies of #B641EC
Complementary color
Monochromatic Colors of #B641EC
Black with #B641EC
Text Example
Text Example
White with #B641EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B641EC; }
p { color: rgb(182,65,236); }
H1.HeaderClassName
{
color: #B641EC;
}
.AnyTagClassName
{
color: #B641EC;
}
</style>
background-color css
<style>
a { background-color: #B641EC; }
a { background-color: rgb(182,65,236); }
div.DivClassName
{
background-color: #B641EC;
}
.BgClassName
{
background-color: #B641EC;
}
</style>
border-color css
<style>
span { border-color: #B641EC; }
span { border-color: rgb(182,65,236); }
td.TdClassName
{
border-color: #B641EC;
}
.TagClassName
{
border-color: #B641EC;
}
</style>