Shades of Medium Orchid #BE76DC
Tints of Medium Orchid #BE76DC
RGB
CMYK
RGB Variations
Color information
#BE76DC (or 0xBE76DC) is known color: Medium Orchid. HEX triplet: BE, 76 and DC. RGB value is (190,118,220). Sum of RGB (Red+Green+Blue) = 190+118+220=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 118 (46.48% from 255 or 22.35% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE76DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE76DC is #418923. Grayscale: #969696. Windows color (decimal): -4294948 or 14448318. OLE color: 14448318.
HSL color Cylindrical-coordinate representation of color #BE76DC: hue angle of 282.35º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE76DC is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 118 | 220 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.14 |
| HSL | 282.35º | 0.59% | 0.66% | - |
| HSV(B) | 282.35º | 0.46% | 0.86% | - |
| XYZ | 40.63 | 29.07 | 71.18 | - |
| YUV | 151.16 | 166.85 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 118 | 220 | 0.14 | 0.46 | 0 | 0.14 | 282.35 | 0.59 | 0.66 |
| Hex | BE | 76 | DC | E | 2E | 0 | E | 11A | 3B | 42 |
| Octal | 276 | 166 | 334 | 16 | 56 | 0 | 16 | 432 | 73 | 102 |
| Binary | 10111110 | 1110110 | 11011100 | 1110 | 101110 | 0 | 1110 | 100011010 | 111011 | 1000010 |
Color Harmonies of #BE76DC
Complementary color
Monochromatic Colors of #BE76DC
Black with #BE76DC
Text Example
Text Example
White with #BE76DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE76DC; }
p { color: rgb(190,118,220); }
H1.HeaderClassName
{
color: #BE76DC;
}
.AnyTagClassName
{
color: #BE76DC;
}
</style>
background-color css
<style>
a { background-color: #BE76DC; }
a { background-color: rgb(190,118,220); }
div.DivClassName
{
background-color: #BE76DC;
}
.BgClassName
{
background-color: #BE76DC;
}
</style>
border-color css
<style>
span { border-color: #BE76DC; }
span { border-color: rgb(190,118,220); }
td.TdClassName
{
border-color: #BE76DC;
}
.TagClassName
{
border-color: #BE76DC;
}
</style>