Shades of Medium Orchid #BE6BCC
Tints of Medium Orchid #BE6BCC
RGB
CMYK
RGB Variations
Color information
#BE6BCC (or 0xBE6BCC) is known color: Medium Orchid. HEX triplet: BE, 6B and CC. RGB value is (190,107,204). Sum of RGB (Red+Green+Blue) = 190+107+204=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE6BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6BCC is #419433. Grayscale: #8E8E8E. Windows color (decimal): -4297780 or 13396926. OLE color: 13396926.
HSL color Cylindrical-coordinate representation of color #BE6BCC: hue angle of 291.34º 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 #BE6BCC is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 107 | 204 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.2 |
| HSL | 291.34º | 0.49% | 0.61% | - |
| HSV(B) | 291.34º | 0.48% | 0.8% | - |
| XYZ | 37.39 | 25.82 | 60.14 | - |
| YUV | 142.88 | 162.5 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 107 | 204 | 0.07 | 0.48 | 0 | 0.2 | 291.34 | 0.49 | 0.61 |
| Hex | BE | 6B | CC | 7 | 30 | 0 | 14 | 123 | 31 | 3D |
| Octal | 276 | 153 | 314 | 7 | 60 | 0 | 24 | 443 | 61 | 75 |
| Binary | 10111110 | 1101011 | 11001100 | 111 | 110000 | 0 | 10100 | 100100011 | 110001 | 111101 |
Color Harmonies of #BE6BCC
Complementary color
Monochromatic Colors of #BE6BCC
Black with #BE6BCC
Text Example
Text Example
White with #BE6BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6BCC; }
p { color: rgb(190,107,204); }
H1.HeaderClassName
{
color: #BE6BCC;
}
.AnyTagClassName
{
color: #BE6BCC;
}
</style>
background-color css
<style>
a { background-color: #BE6BCC; }
a { background-color: rgb(190,107,204); }
div.DivClassName
{
background-color: #BE6BCC;
}
.BgClassName
{
background-color: #BE6BCC;
}
</style>
border-color css
<style>
span { border-color: #BE6BCC; }
span { border-color: rgb(190,107,204); }
td.TdClassName
{
border-color: #BE6BCC;
}
.TagClassName
{
border-color: #BE6BCC;
}
</style>