#BE43E6

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

Shades of Medium Orchid #BE43E6

Tints of Medium Orchid #BE43E6

Color information

#BE43E6 (or 0xBE43E6) is unknown color: approx Medium Orchid. HEX triplet: BE, 43 and E6. RGB value is (190,67,230). Sum of RGB (Red+Green+Blue) = 190+67+230=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 67 (26.56% from 255 or 13.76% from 487); Blue value is 230 (90.23% from 255 or 47.23% from 487); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE43E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE43E6 is #41BC19. Grayscale: #797979. Windows color (decimal): -4307994 or 15090622. OLE color: 15090622.

HSL color Cylindrical-coordinate representation of color #BE43E6: hue angle of 285.28º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE43E6 is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB19067230-
CMYK0.170.7100.10
HSL285.28º76.53%58.24%-
HSV(B)285.28º70.87%90.2%-
XYZ37.5320.6776.88-
YUV122.36188.75176.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 67 (26.56% from 255) = 13.76%
BLUE value IS 230 (90.23% from 255) = 47.23%
R=39.01%
G=13.76%
B=47.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal190672300.170.7100.10285.2876.5358.24
HexBE43E611470A11d4d3a
Octal2761033462110701243511572
Binary10111110100001111100110100011000111010101000111011001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE43E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE43E6; }

 p { color: rgb(190,67,230); }

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

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

 a { background-color: rgb(190,67,230); }

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

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

 span { border-color: rgb(190,67,230); }

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