Shades of Medium Orchid #BE6BE0
Tints of Medium Orchid #BE6BE0
RGB
CMYK
RGB Variations
Color information
#BE6BE0 (or 0xBE6BE0) is known color: Medium Orchid. HEX triplet: BE, 6B and E0. RGB value is (190,107,224). Sum of RGB (Red+Green+Blue) = 190+107+224=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE6BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6BE0 is #41941F. Grayscale: #909090. Windows color (decimal): -4297760 or 14707646. OLE color: 14707646.
HSL color Cylindrical-coordinate representation of color #BE6BE0: hue angle of 282.56º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE6BE0 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 107 | 224 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.12 |
| HSL | 282.56º | 0.65% | 0.65% | - |
| HSV(B) | 282.56º | 0.52% | 0.88% | - |
| XYZ | 39.95 | 26.84 | 73.6 | - |
| YUV | 145.16 | 172.5 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 107 | 224 | 0.15 | 0.52 | 0 | 0.12 | 282.56 | 0.65 | 0.65 |
| Hex | BE | 6B | E0 | F | 34 | 0 | C | 11B | 41 | 41 |
| Octal | 276 | 153 | 340 | 17 | 64 | 0 | 14 | 433 | 101 | 101 |
| Binary | 10111110 | 1101011 | 11100000 | 1111 | 110100 | 0 | 1100 | 100011011 | 1000001 | 1000001 |
Color Harmonies of #BE6BE0
Complementary color
Monochromatic Colors of #BE6BE0
Black with #BE6BE0
Text Example
Text Example
White with #BE6BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6BE0; }
p { color: rgb(190,107,224); }
H1.HeaderClassName
{
color: #BE6BE0;
}
.AnyTagClassName
{
color: #BE6BE0;
}
</style>
background-color css
<style>
a { background-color: #BE6BE0; }
a { background-color: rgb(190,107,224); }
div.DivClassName
{
background-color: #BE6BE0;
}
.BgClassName
{
background-color: #BE6BE0;
}
</style>
border-color css
<style>
span { border-color: #BE6BE0; }
span { border-color: rgb(190,107,224); }
td.TdClassName
{
border-color: #BE6BE0;
}
.TagClassName
{
border-color: #BE6BE0;
}
</style>