#BE41FF

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

Shades of Medium Orchid #BE41FF

Tints of Medium Orchid #BE41FF

Color information

#BE41FF (or 0xBE41FF) is unknown color: approx Medium Orchid. HEX triplet: BE, 41 and FF. RGB value is (190,65,255). Sum of RGB (Red+Green+Blue) = 190+65+255=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 65 (25.78% from 255 or 12.75% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE41FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE41FF is #41BE00. Grayscale: #7B7B7B. Windows color (decimal): -4308481 or 16728510. OLE color: 16728510.

HSL color Cylindrical-coordinate representation of color #BE41FF: hue angle of 279.47º 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 #BE41FF is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB19065255-
CMYK0.250.7500
HSL279.47º100%62.75%-
HSV(B)279.47º74.51%100%-
XYZ41.1821.9596.67-
YUV124.04201.91175.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.25%
GREEN value IS 65 (25.78% from 255) = 12.75%
BLUE value IS 255 (100% from 255) = 50%
R=37.25%
G=12.75%
B=50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal190652550.250.7500279.4710062.75
HexBE41FF194B00117643f
Octal276101377311130042714477
Binary10111110100000111111111110011001011001000101111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE41FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE41FF; }

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

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

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

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

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

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

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

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