#BE68CA

Color #BE68CA Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BE68CA

Tints of Medium Orchid #BE68CA

Color information

#BE68CA (or 0xBE68CA) is unknown color: approx Medium Orchid. HEX triplet: BE, 68 and CA. RGB value is (190,104,202). Sum of RGB (Red+Green+Blue) = 190+104+202=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 104 (41.02% from 255 or 20.97% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE68CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE68CA is #419735. Grayscale: #8C8C8C. Windows color (decimal): -4298550 or 13265086. OLE color: 13265086.

HSL color Cylindrical-coordinate representation of color #BE68CA: hue angle of 292.65º 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 #BE68CA is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB190104202-
CMYK0.060.4900.21
HSL292.65º48.04%60%-
HSV(B)292.65º48.51%79.22%-
XYZ36.8525.1158.78-
YUV140.89162.49163.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 38.31%
GREEN value IS 104 (41.02% from 255) = 20.97%
BLUE value IS 202 (79.30% from 255) = 40.73%
R=38.31%
G=20.97%
B=40.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901042020.060.4900.21292.6548.0460
HexBE68CA631015125303c
Octal2761503126610254456074
Binary10111110110100011001010110110001010101100100101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE68CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE68CA; }

 p { color: rgb(190,104,202); }

 H1.HeaderClassName
 {
   color: #BE68CA;
 }
 .AnyTagClassName
 {
   color: #BE68CA;
 }
</style>
background-color css

<style>
 a { background-color: #BE68CA; }

 a { background-color: rgb(190,104,202); }

 div.DivClassName
 {
   background-color: #BE68CA;
 }
 .BgClassName
 {
   background-color: #BE68CA;
 }
</style>
border-color css

<style>
 span { border-color: #BE68CA; }

 span { border-color: rgb(190,104,202); }

 td.TdClassName
 {
   border-color: #BE68CA;
 }
 .TagClassName
 {
   border-color: #BE68CA;
 }
</style>