Shades of Medium Orchid #B641E6
Tints of Medium Orchid #B641E6
RGB
CMYK
RGB Variations
Color information
#B641E6 (or 0xB641E6) is known color: Medium Orchid. HEX triplet: B6, 41 and E6. RGB value is (182,65,230). Sum of RGB (Red+Green+Blue) = 182+65+230=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 65 (25.78% from 255 or 13.63% from 477); Blue value is 230 (90.23% from 255 or 48.22% from 477); Max value from RGB is 230 - color contains mainly: blue. Hex color #B641E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B641E6 is #49BE19. Grayscale: #767676. Windows color (decimal): -4832794 or 15090102. OLE color: 15090102.
HSL color Cylindrical-coordinate representation of color #B641E6: hue angle of 282.55º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B641E6 is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 65 | 230 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.10 |
| HSL | 282.55º | 0.77% | 0.58% | - |
| HSV(B) | 282.55º | 0.72% | 0.9% | - |
| XYZ | 35.46 | 19.44 | 76.75 | - |
| YUV | 118.79 | 190.76 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 65 | 230 | 0.21 | 0.72 | 0 | 0.10 | 282.55 | 0.77 | 0.58 |
| Hex | B6 | 41 | E6 | 15 | 48 | 0 | A | 11B | 4D | 3A |
| Octal | 266 | 101 | 346 | 25 | 110 | 0 | 12 | 433 | 115 | 72 |
| Binary | 10110110 | 1000001 | 11100110 | 10101 | 1001000 | 0 | 1010 | 100011011 | 1001101 | 111010 |
Color Harmonies of #B641E6
Complementary color
Monochromatic Colors of #B641E6
Black with #B641E6
Text Example
Text Example
White with #B641E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B641E6; }
p { color: rgb(182,65,230); }
H1.HeaderClassName
{
color: #B641E6;
}
.AnyTagClassName
{
color: #B641E6;
}
</style>
background-color css
<style>
a { background-color: #B641E6; }
a { background-color: rgb(182,65,230); }
div.DivClassName
{
background-color: #B641E6;
}
.BgClassName
{
background-color: #B641E6;
}
</style>
border-color css
<style>
span { border-color: #B641E6; }
span { border-color: rgb(182,65,230); }
td.TdClassName
{
border-color: #B641E6;
}
.TagClassName
{
border-color: #B641E6;
}
</style>