Shades of Medium Orchid #BE6AD2
Tints of Medium Orchid #BE6AD2
RGB
CMYK
RGB Variations
Color information
#BE6AD2 (or 0xBE6AD2) is known color: Medium Orchid. HEX triplet: BE, 6A and D2. RGB value is (190,106,210). Sum of RGB (Red+Green+Blue) = 190+106+210=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 210 (82.42% from 255 or 41.50% from 506); Max value from RGB is 210 - color contains mainly: blue. Hex color #BE6AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6AD2 is #41952D. Grayscale: #8E8E8E. Windows color (decimal): -4298030 or 13789886. OLE color: 13789886.
HSL color Cylindrical-coordinate representation of color #BE6AD2: hue angle of 288.46º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE6AD2 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 106 | 210 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.18 |
| HSL | 288.46º | 0.54% | 0.62% | - |
| HSV(B) | 288.46º | 0.5% | 0.82% | - |
| XYZ | 38.02 | 25.91 | 63.97 | - |
| YUV | 142.97 | 165.83 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 106 | 210 | 0.10 | 0.50 | 0 | 0.18 | 288.46 | 0.54 | 0.62 |
| Hex | BE | 6A | D2 | A | 32 | 0 | 12 | 120 | 36 | 3E |
| Octal | 276 | 152 | 322 | 12 | 62 | 0 | 22 | 440 | 66 | 76 |
| Binary | 10111110 | 1101010 | 11010010 | 1010 | 110010 | 0 | 10010 | 100100000 | 110110 | 111110 |
Color Harmonies of #BE6AD2
Complementary color
Monochromatic Colors of #BE6AD2
Black with #BE6AD2
Text Example
Text Example
White with #BE6AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6AD2; }
p { color: rgb(190,106,210); }
H1.HeaderClassName
{
color: #BE6AD2;
}
.AnyTagClassName
{
color: #BE6AD2;
}
</style>
background-color css
<style>
a { background-color: #BE6AD2; }
a { background-color: rgb(190,106,210); }
div.DivClassName
{
background-color: #BE6AD2;
}
.BgClassName
{
background-color: #BE6AD2;
}
</style>
border-color css
<style>
span { border-color: #BE6AD2; }
span { border-color: rgb(190,106,210); }
td.TdClassName
{
border-color: #BE6AD2;
}
.TagClassName
{
border-color: #BE6AD2;
}
</style>