Shades of Medium Orchid #BE67C9
Tints of Medium Orchid #BE67C9
RGB
CMYK
RGB Variations
Color information
#BE67C9 (or 0xBE67C9) is known color: Medium Orchid. HEX triplet: BE, 67 and C9. RGB value is (190,103,201). Sum of RGB (Red+Green+Blue) = 190+103+201=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 201 (78.91% from 255 or 40.69% from 494); Max value from RGB is 201 - color contains mainly: blue. Hex color #BE67C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE67C9 is #419836. Grayscale: #8B8B8B. Windows color (decimal): -4298807 or 13199294. OLE color: 13199294.
HSL color Cylindrical-coordinate representation of color #BE67C9: hue angle of 293.27º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE67C9 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 103 | 201 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.21 |
| HSL | 293.27º | 0.48% | 0.6% | - |
| HSV(B) | 293.27º | 0.49% | 0.79% | - |
| XYZ | 36.63 | 24.86 | 58.13 | - |
| YUV | 140.19 | 162.32 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 103 | 201 | 0.05 | 0.49 | 0 | 0.21 | 293.27 | 0.48 | 0.6 |
| Hex | BE | 67 | C9 | 5 | 31 | 0 | 15 | 125 | 30 | 3C |
| Octal | 276 | 147 | 311 | 5 | 61 | 0 | 25 | 445 | 60 | 74 |
| Binary | 10111110 | 1100111 | 11001001 | 101 | 110001 | 0 | 10101 | 100100101 | 110000 | 111100 |
Color Harmonies of #BE67C9
Complementary color
Monochromatic Colors of #BE67C9
Black with #BE67C9
Text Example
Text Example
White with #BE67C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE67C9; }
p { color: rgb(190,103,201); }
H1.HeaderClassName
{
color: #BE67C9;
}
.AnyTagClassName
{
color: #BE67C9;
}
</style>
background-color css
<style>
a { background-color: #BE67C9; }
a { background-color: rgb(190,103,201); }
div.DivClassName
{
background-color: #BE67C9;
}
.BgClassName
{
background-color: #BE67C9;
}
</style>
border-color css
<style>
span { border-color: #BE67C9; }
span { border-color: rgb(190,103,201); }
td.TdClassName
{
border-color: #BE67C9;
}
.TagClassName
{
border-color: #BE67C9;
}
</style>