#BE65CA

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

Shades of Medium Orchid #BE65CA

Tints of Medium Orchid #BE65CA

Color information

#BE65CA (or 0xBE65CA) is unknown color: approx Medium Orchid. HEX triplet: BE, 65 and CA. RGB value is (190,101,202). Sum of RGB (Red+Green+Blue) = 190+101+202=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE65CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE65CA is #419A35. Grayscale: #8A8A8A. Windows color (decimal): -4299318 or 13264318. OLE color: 13264318.

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

Color convert

RGB190101202-
CMYK0.060.5000.21
HSL292.87º48.79%59.41%-
HSV(B)292.87º50%79.22%-
XYZ36.5524.5258.68-
YUV139.12163.49164.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.54%
GREEN value IS 101 (39.84% from 255) = 20.49%
BLUE value IS 202 (79.30% from 255) = 40.97%
R=38.54%
G=20.49%
B=40.97%

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
Decimal1901012020.060.5000.21292.8748.7959.41
HexBE65CA632015125313b
Octal2761453126620254456173
Binary10111110110010111001010110110010010101100100101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE65CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE65CA; }

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

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

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

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

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

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

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

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