Shades of Medium Orchid #BE67DC
Tints of Medium Orchid #BE67DC
RGB
CMYK
RGB Variations
Color information
#BE67DC (or 0xBE67DC) is known color: Medium Orchid. HEX triplet: BE, 67 and DC. RGB value is (190,103,220). Sum of RGB (Red+Green+Blue) = 190+103+220=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 103 (40.62% from 255 or 20.08% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE67DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE67DC is #419823. Grayscale: #8D8D8D. Windows color (decimal): -4298788 or 14444478. OLE color: 14444478.
HSL color Cylindrical-coordinate representation of color #BE67DC: hue angle of 284.62º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE67DC is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 103 | 220 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.14 |
| HSL | 284.62º | 0.63% | 0.63% | - |
| HSV(B) | 284.62º | 0.53% | 0.86% | - |
| XYZ | 39 | 25.81 | 70.64 | - |
| YUV | 142.35 | 171.82 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 103 | 220 | 0.14 | 0.53 | 0 | 0.14 | 284.62 | 0.63 | 0.63 |
| Hex | BE | 67 | DC | E | 35 | 0 | E | 11D | 3F | 3F |
| Octal | 276 | 147 | 334 | 16 | 65 | 0 | 16 | 435 | 77 | 77 |
| Binary | 10111110 | 1100111 | 11011100 | 1110 | 110101 | 0 | 1110 | 100011101 | 111111 | 111111 |
Color Harmonies of #BE67DC
Complementary color
Monochromatic Colors of #BE67DC
Black with #BE67DC
Text Example
Text Example
White with #BE67DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE67DC; }
p { color: rgb(190,103,220); }
H1.HeaderClassName
{
color: #BE67DC;
}
.AnyTagClassName
{
color: #BE67DC;
}
</style>
background-color css
<style>
a { background-color: #BE67DC; }
a { background-color: rgb(190,103,220); }
div.DivClassName
{
background-color: #BE67DC;
}
.BgClassName
{
background-color: #BE67DC;
}
</style>
border-color css
<style>
span { border-color: #BE67DC; }
span { border-color: rgb(190,103,220); }
td.TdClassName
{
border-color: #BE67DC;
}
.TagClassName
{
border-color: #BE67DC;
}
</style>