Shades of Medium Orchid #BE6BCD
Tints of Medium Orchid #BE6BCD
RGB
CMYK
RGB Variations
Color information
#BE6BCD (or 0xBE6BCD) is known color: Medium Orchid. HEX triplet: BE, 6B and CD. RGB value is (190,107,205). Sum of RGB (Red+Green+Blue) = 190+107+205=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 107 (42.19% from 255 or 21.31% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE6BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6BCD is #419432. Grayscale: #8E8E8E. Windows color (decimal): -4297779 or 13462462. OLE color: 13462462.
HSL color Cylindrical-coordinate representation of color #BE6BCD: hue angle of 290.82º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE6BCD is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 107 | 205 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.20 |
| HSL | 290.82º | 0.49% | 0.61% | - |
| HSV(B) | 290.82º | 0.48% | 0.8% | - |
| XYZ | 37.51 | 25.87 | 60.77 | - |
| YUV | 142.99 | 163 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 107 | 205 | 0.07 | 0.48 | 0 | 0.20 | 290.82 | 0.49 | 0.61 |
| Hex | BE | 6B | CD | 7 | 30 | 0 | 14 | 123 | 31 | 3D |
| Octal | 276 | 153 | 315 | 7 | 60 | 0 | 24 | 443 | 61 | 75 |
| Binary | 10111110 | 1101011 | 11001101 | 111 | 110000 | 0 | 10100 | 100100011 | 110001 | 111101 |
Color Harmonies of #BE6BCD
Complementary color
Monochromatic Colors of #BE6BCD
Black with #BE6BCD
Text Example
Text Example
White with #BE6BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6BCD; }
p { color: rgb(190,107,205); }
H1.HeaderClassName
{
color: #BE6BCD;
}
.AnyTagClassName
{
color: #BE6BCD;
}
</style>
background-color css
<style>
a { background-color: #BE6BCD; }
a { background-color: rgb(190,107,205); }
div.DivClassName
{
background-color: #BE6BCD;
}
.BgClassName
{
background-color: #BE6BCD;
}
</style>
border-color css
<style>
span { border-color: #BE6BCD; }
span { border-color: rgb(190,107,205); }
td.TdClassName
{
border-color: #BE6BCD;
}
.TagClassName
{
border-color: #BE6BCD;
}
</style>