Shades of Medium Orchid #BE64CC
Tints of Medium Orchid #BE64CC
RGB
CMYK
RGB Variations
Color information
#BE64CC (or 0xBE64CC) is known color: Medium Orchid. HEX triplet: BE, 64 and CC. RGB value is (190,100,204). Sum of RGB (Red+Green+Blue) = 190+100+204=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE64CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE64CC is #419B33. Grayscale: #8A8A8A. Windows color (decimal): -4299572 or 13395134. OLE color: 13395134.
HSL color Cylindrical-coordinate representation of color #BE64CC: hue angle of 291.92º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE64CC is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 100 | 204 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.2 |
| HSL | 291.92º | 0.5% | 0.6% | - |
| HSV(B) | 291.92º | 0.51% | 0.8% | - |
| XYZ | 36.69 | 24.42 | 59.91 | - |
| YUV | 138.77 | 164.82 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 100 | 204 | 0.07 | 0.51 | 0 | 0.2 | 291.92 | 0.5 | 0.6 |
| Hex | BE | 64 | CC | 7 | 33 | 0 | 14 | 124 | 32 | 3C |
| Octal | 276 | 144 | 314 | 7 | 63 | 0 | 24 | 444 | 62 | 74 |
| Binary | 10111110 | 1100100 | 11001100 | 111 | 110011 | 0 | 10100 | 100100100 | 110010 | 111100 |
Color Harmonies of #BE64CC
Complementary color
Monochromatic Colors of #BE64CC
Black with #BE64CC
Text Example
Text Example
White with #BE64CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE64CC; }
p { color: rgb(190,100,204); }
H1.HeaderClassName
{
color: #BE64CC;
}
.AnyTagClassName
{
color: #BE64CC;
}
</style>
background-color css
<style>
a { background-color: #BE64CC; }
a { background-color: rgb(190,100,204); }
div.DivClassName
{
background-color: #BE64CC;
}
.BgClassName
{
background-color: #BE64CC;
}
</style>
border-color css
<style>
span { border-color: #BE64CC; }
span { border-color: rgb(190,100,204); }
td.TdClassName
{
border-color: #BE64CC;
}
.TagClassName
{
border-color: #BE64CC;
}
</style>