Shades of Medium Orchid #BE75E5
Tints of Medium Orchid #BE75E5
RGB
CMYK
RGB Variations
Color information
#BE75E5 (or 0xBE75E5) is known color: Medium Orchid. HEX triplet: BE, 75 and E5. RGB value is (190,117,229). Sum of RGB (Red+Green+Blue) = 190+117+229=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 117 (46.09% from 255 or 21.83% from 536); Blue value is 229 (89.84% from 255 or 42.72% from 536); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE75E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE75E5 is #418A1A. Grayscale: #979797. Windows color (decimal): -4295195 or 15037886. OLE color: 15037886.
HSL color Cylindrical-coordinate representation of color #BE75E5: hue angle of 279.11º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE75E5 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 117 | 229 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.10 |
| HSL | 279.11º | 0.68% | 0.68% | - |
| HSV(B) | 279.11º | 0.49% | 0.9% | - |
| XYZ | 41.74 | 29.33 | 77.59 | - |
| YUV | 151.6 | 171.68 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 117 | 229 | 0.17 | 0.49 | 0 | 0.10 | 279.11 | 0.68 | 0.68 |
| Hex | BE | 75 | E5 | 11 | 31 | 0 | A | 117 | 44 | 44 |
| Octal | 276 | 165 | 345 | 21 | 61 | 0 | 12 | 427 | 104 | 104 |
| Binary | 10111110 | 1110101 | 11100101 | 10001 | 110001 | 0 | 1010 | 100010111 | 1000100 | 1000100 |
Color Harmonies of #BE75E5
Complementary color
Monochromatic Colors of #BE75E5
Black with #BE75E5
Text Example
Text Example
White with #BE75E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE75E5; }
p { color: rgb(190,117,229); }
H1.HeaderClassName
{
color: #BE75E5;
}
.AnyTagClassName
{
color: #BE75E5;
}
</style>
background-color css
<style>
a { background-color: #BE75E5; }
a { background-color: rgb(190,117,229); }
div.DivClassName
{
background-color: #BE75E5;
}
.BgClassName
{
background-color: #BE75E5;
}
</style>
border-color css
<style>
span { border-color: #BE75E5; }
span { border-color: rgb(190,117,229); }
td.TdClassName
{
border-color: #BE75E5;
}
.TagClassName
{
border-color: #BE75E5;
}
</style>