#BE31F4

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

Shades of Medium Orchid #BE31F4

Tints of Medium Orchid #BE31F4

Color information

#BE31F4 (or 0xBE31F4) is unknown color: approx Medium Orchid. HEX triplet: BE, 31 and F4. RGB value is (190,49,244). Sum of RGB (Red+Green+Blue) = 190+49+244=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 49 (19.53% from 255 or 10.14% from 483); Blue value is 244 (95.70% from 255 or 50.52% from 483); Max value from RGB is 244 - color contains mainly: blue. Hex color #BE31F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE31F4 is #41CE0B. Grayscale: #707070. Windows color (decimal): -4312588 or 16003518. OLE color: 16003518.

HSL color Cylindrical-coordinate representation of color #BE31F4: hue angle of 283.38º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE31F4 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19049244-
CMYK0.220.8000.04
HSL283.38º89.86%57.45%-
HSV(B)283.38º79.92%95.69%-
XYZ38.6619.6887.35-
YUV113.39201.71182.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 49 (19.53% from 255) = 10.14%
BLUE value IS 244 (95.70% from 255) = 50.52%
R=39.34%
G=10.14%
B=50.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal190492440.220.8000.04283.3889.8657.45
HexBE31F416500411b5a39
Octal27661364261200443313271
Binary101111101100011111010010110101000001001000110111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE31F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE31F4; }

 p { color: rgb(190,49,244); }

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

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

 a { background-color: rgb(190,49,244); }

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

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

 span { border-color: rgb(190,49,244); }

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