#BE66CA

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

Shades of Medium Orchid #BE66CA

Tints of Medium Orchid #BE66CA

Color information

#BE66CA (or 0xBE66CA) is unknown color: approx Medium Orchid. HEX triplet: BE, 66 and CA. RGB value is (190,102,202). Sum of RGB (Red+Green+Blue) = 190+102+202=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE66CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE66CA is #419935. Grayscale: #8B8B8B. Windows color (decimal): -4299062 or 13264574. OLE color: 13264574.

HSL color Cylindrical-coordinate representation of color #BE66CA: hue angle of 292.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE66CA is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB190102202-
CMYK0.060.5000.21
HSL292.8º48.54%59.61%-
HSV(B)292.8º49.5%79.22%-
XYZ36.6524.7158.72-
YUV139.71163.15163.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.46%
GREEN value IS 102 (40.23% from 255) = 20.65%
BLUE value IS 202 (79.30% from 255) = 40.89%
R=38.46%
G=20.65%
B=40.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901022020.060.5000.21292.848.5459.61
HexBE66CA632015125313c
Octal2761463126620254456174
Binary10111110110011011001010110110010010101100100101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE66CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE66CA; }

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

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

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

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

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

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

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

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