Shades of Medium Orchid #BE64CA
Tints of Medium Orchid #BE64CA
RGB
CMYK
RGB Variations
Color information
#BE64CA (or 0xBE64CA) is known color: Medium Orchid. HEX triplet: BE, 64 and CA. RGB value is (190,100,202). Sum of RGB (Red+Green+Blue) = 190+100+202=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE64CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE64CA is #419B35. Grayscale: #8A8A8A. Windows color (decimal): -4299574 or 13264062. OLE color: 13264062.
HSL color Cylindrical-coordinate representation of color #BE64CA: hue angle of 292.94º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE64CA is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 100 | 202 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.21 |
| HSL | 292.94º | 0.49% | 0.59% | - |
| HSV(B) | 292.94º | 0.5% | 0.79% | - |
| XYZ | 36.45 | 24.33 | 58.65 | - |
| YUV | 138.54 | 163.82 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 100 | 202 | 0.06 | 0.50 | 0 | 0.21 | 292.94 | 0.49 | 0.59 |
| Hex | BE | 64 | CA | 6 | 32 | 0 | 15 | 125 | 31 | 3B |
| Octal | 276 | 144 | 312 | 6 | 62 | 0 | 25 | 445 | 61 | 73 |
| Binary | 10111110 | 1100100 | 11001010 | 110 | 110010 | 0 | 10101 | 100100101 | 110001 | 111011 |
Color Harmonies of #BE64CA
Complementary color
Monochromatic Colors of #BE64CA
Black with #BE64CA
Text Example
Text Example
White with #BE64CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE64CA; }
p { color: rgb(190,100,202); }
H1.HeaderClassName
{
color: #BE64CA;
}
.AnyTagClassName
{
color: #BE64CA;
}
</style>
background-color css
<style>
a { background-color: #BE64CA; }
a { background-color: rgb(190,100,202); }
div.DivClassName
{
background-color: #BE64CA;
}
.BgClassName
{
background-color: #BE64CA;
}
</style>
border-color css
<style>
span { border-color: #BE64CA; }
span { border-color: rgb(190,100,202); }
td.TdClassName
{
border-color: #BE64CA;
}
.TagClassName
{
border-color: #BE64CA;
}
</style>