Shades of Medium Orchid #BE67CF
Tints of Medium Orchid #BE67CF
RGB
CMYK
RGB Variations
Color information
#BE67CF (or 0xBE67CF) is known color: Medium Orchid. HEX triplet: BE, 67 and CF. RGB value is (190,103,207). Sum of RGB (Red+Green+Blue) = 190+103+207=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 103 (40.62% from 255 or 20.6% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE67CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE67CF is #419830. Grayscale: #8C8C8C. Windows color (decimal): -4298801 or 13592510. OLE color: 13592510.
HSL color Cylindrical-coordinate representation of color #BE67CF: hue angle of 290.19º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE67CF is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 103 | 207 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.19 |
| HSL | 290.19º | 0.52% | 0.61% | - |
| HSV(B) | 290.19º | 0.5% | 0.81% | - |
| XYZ | 37.35 | 25.15 | 61.92 | - |
| YUV | 140.87 | 165.32 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 103 | 207 | 0.08 | 0.50 | 0 | 0.19 | 290.19 | 0.52 | 0.61 |
| Hex | BE | 67 | CF | 8 | 32 | 0 | 13 | 122 | 34 | 3D |
| Octal | 276 | 147 | 317 | 10 | 62 | 0 | 23 | 442 | 64 | 75 |
| Binary | 10111110 | 1100111 | 11001111 | 1000 | 110010 | 0 | 10011 | 100100010 | 110100 | 111101 |
Color Harmonies of #BE67CF
Complementary color
Monochromatic Colors of #BE67CF
Black with #BE67CF
Text Example
Text Example
White with #BE67CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE67CF; }
p { color: rgb(190,103,207); }
H1.HeaderClassName
{
color: #BE67CF;
}
.AnyTagClassName
{
color: #BE67CF;
}
</style>
background-color css
<style>
a { background-color: #BE67CF; }
a { background-color: rgb(190,103,207); }
div.DivClassName
{
background-color: #BE67CF;
}
.BgClassName
{
background-color: #BE67CF;
}
</style>
border-color css
<style>
span { border-color: #BE67CF; }
span { border-color: rgb(190,103,207); }
td.TdClassName
{
border-color: #BE67CF;
}
.TagClassName
{
border-color: #BE67CF;
}
</style>