#BE41F1

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

Shades of Medium Orchid #BE41F1

Tints of Medium Orchid #BE41F1

Color information

#BE41F1 (or 0xBE41F1) is unknown color: approx Medium Orchid. HEX triplet: BE, 41 and F1. RGB value is (190,65,241). Sum of RGB (Red+Green+Blue) = 190+65+241=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 65 (25.78% from 255 or 13.10% from 496); Blue value is 241 (94.53% from 255 or 48.59% from 496); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE41F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE41F1 is #41BE0E. Grayscale: #797979. Windows color (decimal): -4308495 or 15811006. OLE color: 15811006.

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

Color convert

RGB19065241-
CMYK0.210.7300.05
HSL282.61º86.27%60%-
HSV(B)282.61º73.03%94.51%-
XYZ3921.0885.23-
YUV122.44194.91176.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.31%
GREEN value IS 65 (25.78% from 255) = 13.10%
BLUE value IS 241 (94.53% from 255) = 48.59%
R=38.31%
G=13.10%
B=48.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal190652410.210.7300.05282.6186.2760
HexBE41F115490511b563c
Octal276101361251110543312674
Binary1011111010000011111000110101100100101011000110111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE41F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE41F1; }

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

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

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

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

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

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

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

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