Shades of Medium Orchid #BE6FE5
Tints of Medium Orchid #BE6FE5
RGB
CMYK
RGB Variations
Color information
#BE6FE5 (or 0xBE6FE5) is known color: Medium Orchid. HEX triplet: BE, 6F and E5. RGB value is (190,111,229). Sum of RGB (Red+Green+Blue) = 190+111+229=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 229 (89.84% from 255 or 43.21% from 530); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE6FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6FE5 is #41901A. Grayscale: #939393. Windows color (decimal): -4296731 or 15036350. OLE color: 15036350.
HSL color Cylindrical-coordinate representation of color #BE6FE5: hue angle of 280.17º degrees, saturation: 0.69, 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 #BE6FE5 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 111 | 229 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.10 |
| HSL | 280.17º | 0.69% | 0.67% | - |
| HSV(B) | 280.17º | 0.52% | 0.9% | - |
| XYZ | 41.06 | 27.97 | 77.36 | - |
| YUV | 148.07 | 173.67 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 111 | 229 | 0.17 | 0.52 | 0 | 0.10 | 280.17 | 0.69 | 0.67 |
| Hex | BE | 6F | E5 | 11 | 34 | 0 | A | 118 | 45 | 43 |
| Octal | 276 | 157 | 345 | 21 | 64 | 0 | 12 | 430 | 105 | 103 |
| Binary | 10111110 | 1101111 | 11100101 | 10001 | 110100 | 0 | 1010 | 100011000 | 1000101 | 1000011 |
Color Harmonies of #BE6FE5
Complementary color
Monochromatic Colors of #BE6FE5
Black with #BE6FE5
Text Example
Text Example
White with #BE6FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6FE5; }
p { color: rgb(190,111,229); }
H1.HeaderClassName
{
color: #BE6FE5;
}
.AnyTagClassName
{
color: #BE6FE5;
}
</style>
background-color css
<style>
a { background-color: #BE6FE5; }
a { background-color: rgb(190,111,229); }
div.DivClassName
{
background-color: #BE6FE5;
}
.BgClassName
{
background-color: #BE6FE5;
}
</style>
border-color css
<style>
span { border-color: #BE6FE5; }
span { border-color: rgb(190,111,229); }
td.TdClassName
{
border-color: #BE6FE5;
}
.TagClassName
{
border-color: #BE6FE5;
}
</style>