Shades of Medium Orchid #BE67D4
Tints of Medium Orchid #BE67D4
RGB
CMYK
RGB Variations
Color information
#BE67D4 (or 0xBE67D4) is known color: Medium Orchid. HEX triplet: BE, 67 and D4. RGB value is (190,103,212). Sum of RGB (Red+Green+Blue) = 190+103+212=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 103 (40.62% from 255 or 20.40% from 505); Blue value is 212 (83.20% from 255 or 41.98% from 505); Max value from RGB is 212 - color contains mainly: blue. Hex color #BE67D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE67D4 is #41982B. Grayscale: #8D8D8D. Windows color (decimal): -4298796 or 13920190. OLE color: 13920190.
HSL color Cylindrical-coordinate representation of color #BE67D4: hue angle of 287.89º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE67D4 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 103 | 212 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.17 |
| HSL | 287.89º | 0.56% | 0.62% | - |
| HSV(B) | 287.89º | 0.51% | 0.83% | - |
| XYZ | 37.97 | 25.4 | 65.19 | - |
| YUV | 141.44 | 167.82 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 103 | 212 | 0.10 | 0.51 | 0 | 0.17 | 287.89 | 0.56 | 0.62 |
| Hex | BE | 67 | D4 | A | 33 | 0 | 11 | 120 | 38 | 3E |
| Octal | 276 | 147 | 324 | 12 | 63 | 0 | 21 | 440 | 70 | 76 |
| Binary | 10111110 | 1100111 | 11010100 | 1010 | 110011 | 0 | 10001 | 100100000 | 111000 | 111110 |
Color Harmonies of #BE67D4
Complementary color
Monochromatic Colors of #BE67D4
Black with #BE67D4
Text Example
Text Example
White with #BE67D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE67D4; }
p { color: rgb(190,103,212); }
H1.HeaderClassName
{
color: #BE67D4;
}
.AnyTagClassName
{
color: #BE67D4;
}
</style>
background-color css
<style>
a { background-color: #BE67D4; }
a { background-color: rgb(190,103,212); }
div.DivClassName
{
background-color: #BE67D4;
}
.BgClassName
{
background-color: #BE67D4;
}
</style>
border-color css
<style>
span { border-color: #BE67D4; }
span { border-color: rgb(190,103,212); }
td.TdClassName
{
border-color: #BE67D4;
}
.TagClassName
{
border-color: #BE67D4;
}
</style>