Shades of Medium Orchid #BE6FE6
Tints of Medium Orchid #BE6FE6
RGB
CMYK
RGB Variations
Color information
#BE6FE6 (or 0xBE6FE6) is known color: Medium Orchid. HEX triplet: BE, 6F and E6. RGB value is (190,111,230). Sum of RGB (Red+Green+Blue) = 190+111+230=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 111 (43.75% from 255 or 20.90% from 531); Blue value is 230 (90.23% from 255 or 43.31% from 531); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE6FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6FE6 is #419019. Grayscale: #939393. Windows color (decimal): -4296730 or 15101886. OLE color: 15101886.
HSL color Cylindrical-coordinate representation of color #BE6FE6: hue angle of 279.83º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE6FE6 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 111 | 230 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.10 |
| HSL | 279.83º | 0.7% | 0.67% | - |
| HSV(B) | 279.83º | 0.52% | 0.9% | - |
| XYZ | 41.2 | 28.03 | 78.1 | - |
| YUV | 148.19 | 174.17 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 111 | 230 | 0.17 | 0.52 | 0 | 0.10 | 279.83 | 0.7 | 0.67 |
| Hex | BE | 6F | E6 | 11 | 34 | 0 | A | 118 | 46 | 43 |
| Octal | 276 | 157 | 346 | 21 | 64 | 0 | 12 | 430 | 106 | 103 |
| Binary | 10111110 | 1101111 | 11100110 | 10001 | 110100 | 0 | 1010 | 100011000 | 1000110 | 1000011 |
Color Harmonies of #BE6FE6
Complementary color
Monochromatic Colors of #BE6FE6
Black with #BE6FE6
Text Example
Text Example
White with #BE6FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6FE6; }
p { color: rgb(190,111,230); }
H1.HeaderClassName
{
color: #BE6FE6;
}
.AnyTagClassName
{
color: #BE6FE6;
}
</style>
background-color css
<style>
a { background-color: #BE6FE6; }
a { background-color: rgb(190,111,230); }
div.DivClassName
{
background-color: #BE6FE6;
}
.BgClassName
{
background-color: #BE6FE6;
}
</style>
border-color css
<style>
span { border-color: #BE6FE6; }
span { border-color: rgb(190,111,230); }
td.TdClassName
{
border-color: #BE6FE6;
}
.TagClassName
{
border-color: #BE6FE6;
}
</style>