Shades of Medium Orchid #BE6BCE
Tints of Medium Orchid #BE6BCE
RGB
CMYK
RGB Variations
Color information
#BE6BCE (or 0xBE6BCE) is known color: Medium Orchid. HEX triplet: BE, 6B and CE. RGB value is (190,107,206). Sum of RGB (Red+Green+Blue) = 190+107+206=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE6BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6BCE is #419431. Grayscale: #8E8E8E. Windows color (decimal): -4297778 or 13527998. OLE color: 13527998.
HSL color Cylindrical-coordinate representation of color #BE6BCE: hue angle of 290.3º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE6BCE is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 107 | 206 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.19 |
| HSL | 290.3º | 0.5% | 0.61% | - |
| HSV(B) | 290.3º | 0.48% | 0.81% | - |
| XYZ | 37.63 | 25.92 | 61.41 | - |
| YUV | 143.1 | 163.5 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 107 | 206 | 0.08 | 0.48 | 0 | 0.19 | 290.3 | 0.5 | 0.61 |
| Hex | BE | 6B | CE | 8 | 30 | 0 | 13 | 122 | 32 | 3D |
| Octal | 276 | 153 | 316 | 10 | 60 | 0 | 23 | 442 | 62 | 75 |
| Binary | 10111110 | 1101011 | 11001110 | 1000 | 110000 | 0 | 10011 | 100100010 | 110010 | 111101 |
Color Harmonies of #BE6BCE
Complementary color
Monochromatic Colors of #BE6BCE
Black with #BE6BCE
Text Example
Text Example
White with #BE6BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6BCE; }
p { color: rgb(190,107,206); }
H1.HeaderClassName
{
color: #BE6BCE;
}
.AnyTagClassName
{
color: #BE6BCE;
}
</style>
background-color css
<style>
a { background-color: #BE6BCE; }
a { background-color: rgb(190,107,206); }
div.DivClassName
{
background-color: #BE6BCE;
}
.BgClassName
{
background-color: #BE6BCE;
}
</style>
border-color css
<style>
span { border-color: #BE6BCE; }
span { border-color: rgb(190,107,206); }
td.TdClassName
{
border-color: #BE6BCE;
}
.TagClassName
{
border-color: #BE6BCE;
}
</style>