Shades of Medium Orchid #BE67D6
Tints of Medium Orchid #BE67D6
RGB
CMYK
RGB Variations
Color information
#BE67D6 (or 0xBE67D6) is known color: Medium Orchid. HEX triplet: BE, 67 and D6. RGB value is (190,103,214). Sum of RGB (Red+Green+Blue) = 190+103+214=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 214 - color contains mainly: blue. Hex color #BE67D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE67D6 is #419829. Grayscale: #8D8D8D. Windows color (decimal): -4298794 or 14051262. OLE color: 14051262.
HSL color Cylindrical-coordinate representation of color #BE67D6: hue angle of 287.03º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE67D6 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 103 | 214 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.16 |
| HSL | 287.03º | 0.58% | 0.62% | - |
| HSV(B) | 287.03º | 0.52% | 0.84% | - |
| XYZ | 38.22 | 25.5 | 66.53 | - |
| YUV | 141.67 | 168.82 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 103 | 214 | 0.11 | 0.52 | 0 | 0.16 | 287.03 | 0.58 | 0.62 |
| Hex | BE | 67 | D6 | B | 34 | 0 | 10 | 11F | 3A | 3E |
| Octal | 276 | 147 | 326 | 13 | 64 | 0 | 20 | 437 | 72 | 76 |
| Binary | 10111110 | 1100111 | 11010110 | 1011 | 110100 | 0 | 10000 | 100011111 | 111010 | 111110 |
Color Harmonies of #BE67D6
Complementary color
Monochromatic Colors of #BE67D6
Black with #BE67D6
Text Example
Text Example
White with #BE67D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE67D6; }
p { color: rgb(190,103,214); }
H1.HeaderClassName
{
color: #BE67D6;
}
.AnyTagClassName
{
color: #BE67D6;
}
</style>
background-color css
<style>
a { background-color: #BE67D6; }
a { background-color: rgb(190,103,214); }
div.DivClassName
{
background-color: #BE67D6;
}
.BgClassName
{
background-color: #BE67D6;
}
</style>
border-color css
<style>
span { border-color: #BE67D6; }
span { border-color: rgb(190,103,214); }
td.TdClassName
{
border-color: #BE67D6;
}
.TagClassName
{
border-color: #BE67D6;
}
</style>