#BE3EF3

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

Shades of Medium Orchid #BE3EF3

Tints of Medium Orchid #BE3EF3

Color information

#BE3EF3 (or 0xBE3EF3) is unknown color: approx Medium Orchid. HEX triplet: BE, 3E and F3. RGB value is (190,62,243). Sum of RGB (Red+Green+Blue) = 190+62+243=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 62 (24.61% from 255 or 12.53% from 495); Blue value is 243 (95.31% from 255 or 49.09% from 495); Max value from RGB is 243 - color contains mainly: blue. Hex color #BE3EF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3EF3 is #41C10C. Grayscale: #787878. Windows color (decimal): -4309261 or 15941310. OLE color: 15941310.

HSL color Cylindrical-coordinate representation of color #BE3EF3: hue angle of 282.43º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE3EF3 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19062243-
CMYK0.220.7400.05
HSL282.43º88.29%59.8%-
HSV(B)282.43º74.49%95.29%-
XYZ39.1420.8686.76-
YUV120.91196.91177.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 62 (24.61% from 255) = 12.53%
BLUE value IS 243 (95.31% from 255) = 49.09%
R=38.38%
G=12.53%
B=49.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal190622430.220.7400.05282.4388.2959.8
HexBE3EF3164A0511a583c
Octal27676363261120543213074
Binary101111101111101111001110110100101001011000110101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3EF3; }

 p { color: rgb(190,62,243); }

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

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

 a { background-color: rgb(190,62,243); }

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

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

 span { border-color: rgb(190,62,243); }

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