#BE40FF

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

Shades of Medium Orchid #BE40FF

Tints of Medium Orchid #BE40FF

Color information

#BE40FF (or 0xBE40FF) is unknown color: approx Medium Orchid. HEX triplet: BE, 40 and FF. RGB value is (190,64,255). Sum of RGB (Red+Green+Blue) = 190+64+255=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 64 (25.39% from 255 or 12.57% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE40FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE40FF is #41BF00. Grayscale: #7A7A7A. Windows color (decimal): -4308737 or 16728254. OLE color: 16728254.

HSL color Cylindrical-coordinate representation of color #BE40FF: hue angle of 279.58º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE40FF is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB19064255-
CMYK0.250.7500
HSL279.58º100%62.55%-
HSV(B)279.58º74.9%100%-
XYZ41.1221.8396.65-
YUV123.45202.24175.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.33%
GREEN value IS 64 (25.39% from 255) = 12.57%
BLUE value IS 255 (100% from 255) = 50.10%
R=37.33%
G=12.57%
B=50.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal190642550.250.7500279.5810062.55
HexBE40FF194B00118643f
Octal276100377311130043014477
Binary10111110100000011111111110011001011001000110001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE40FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE40FF; }

 p { color: rgb(190,64,255); }

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

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

 a { background-color: rgb(190,64,255); }

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

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

 span { border-color: rgb(190,64,255); }

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