Shades of Medium Orchid #BE67E7
Tints of Medium Orchid #BE67E7
RGB
CMYK
RGB Variations
Color information
#BE67E7 (or 0xBE67E7) is known color: Medium Orchid. HEX triplet: BE, 67 and E7. RGB value is (190,103,231). Sum of RGB (Red+Green+Blue) = 190+103+231=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 103 (40.62% from 255 or 19.66% from 524); Blue value is 231 (90.62% from 255 or 44.08% from 524); Max value from RGB is 231 - color contains mainly: blue. Hex color #BE67E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE67E7 is #419818. Grayscale: #8F8F8F. Windows color (decimal): -4298777 or 15165374. OLE color: 15165374.
HSL color Cylindrical-coordinate representation of color #BE67E7: hue angle of 280.78º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE67E7 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 103 | 231 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.09 |
| HSL | 280.78º | 0.73% | 0.65% | - |
| HSV(B) | 280.78º | 0.55% | 0.91% | - |
| XYZ | 40.51 | 26.42 | 78.57 | - |
| YUV | 143.61 | 177.32 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 103 | 231 | 0.18 | 0.55 | 0 | 0.09 | 280.78 | 0.73 | 0.65 |
| Hex | BE | 67 | E7 | 12 | 37 | 0 | 9 | 119 | 49 | 41 |
| Octal | 276 | 147 | 347 | 22 | 67 | 0 | 11 | 431 | 111 | 101 |
| Binary | 10111110 | 1100111 | 11100111 | 10010 | 110111 | 0 | 1001 | 100011001 | 1001001 | 1000001 |
Color Harmonies of #BE67E7
Complementary color
Monochromatic Colors of #BE67E7
Black with #BE67E7
Text Example
Text Example
White with #BE67E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE67E7; }
p { color: rgb(190,103,231); }
H1.HeaderClassName
{
color: #BE67E7;
}
.AnyTagClassName
{
color: #BE67E7;
}
</style>
background-color css
<style>
a { background-color: #BE67E7; }
a { background-color: rgb(190,103,231); }
div.DivClassName
{
background-color: #BE67E7;
}
.BgClassName
{
background-color: #BE67E7;
}
</style>
border-color css
<style>
span { border-color: #BE67E7; }
span { border-color: rgb(190,103,231); }
td.TdClassName
{
border-color: #BE67E7;
}
.TagClassName
{
border-color: #BE67E7;
}
</style>