#BE51F5

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

Shades of Medium Orchid #BE51F5

Tints of Medium Orchid #BE51F5

Color information

#BE51F5 (or 0xBE51F5) is unknown color: approx Medium Orchid. HEX triplet: BE, 51 and F5. RGB value is (190,81,245). Sum of RGB (Red+Green+Blue) = 190+81+245=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 81 (32.03% from 255 or 15.70% from 516); Blue value is 245 (96.09% from 255 or 47.48% from 516); Max value from RGB is 245 - color contains mainly: blue. Hex color #BE51F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE51F5 is #41AE0A. Grayscale: #838383. Windows color (decimal): -4304395 or 16077246. OLE color: 16077246.

HSL color Cylindrical-coordinate representation of color #BE51F5: hue angle of 279.88º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE51F5 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19081245-
CMYK0.220.6700.04
HSL279.88º89.13%63.92%-
HSV(B)279.88º66.94%96.08%-
XYZ40.6623.4288.76-
YUV132.29191.61169.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.82%
GREEN value IS 81 (32.03% from 255) = 15.70%
BLUE value IS 245 (96.09% from 255) = 47.48%
R=36.82%
G=15.70%
B=47.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal190812450.220.6700.04279.8889.1363.92
HexBE51F51643041185940
Octal2761213652610304430131100
Binary10111110101000111110101101101000011010010001100010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE51F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE51F5; }

 p { color: rgb(190,81,245); }

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

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

 a { background-color: rgb(190,81,245); }

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

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

 span { border-color: rgb(190,81,245); }

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