#BE46FB

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

Shades of Medium Orchid #BE46FB

Tints of Medium Orchid #BE46FB

Color information

#BE46FB (or 0xBE46FB) is unknown color: approx Medium Orchid. HEX triplet: BE, 46 and FB. RGB value is (190,70,251). Sum of RGB (Red+Green+Blue) = 190+70+251=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 70 (27.73% from 255 or 13.70% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE46FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE46FB is #41B904. Grayscale: #7D7D7D. Windows color (decimal): -4307205 or 16467646. OLE color: 16467646.

HSL color Cylindrical-coordinate representation of color #BE46FB: hue angle of 279.78º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE46FB is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19070251-
CMYK0.240.7200.02
HSL279.78º95.77%62.94%-
HSV(B)279.78º72.11%98.43%-
XYZ40.8422.2993.42-
YUV126.51198.26173.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.18%
GREEN value IS 70 (27.73% from 255) = 13.70%
BLUE value IS 251 (98.44% from 255) = 49.12%
R=37.18%
G=13.70%
B=49.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal190702510.240.7200.02279.7895.7762.94
HexBE46FB184802118603f
Octal276106373301100243014077
Binary101111101000110111110111100010010000101000110001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE46FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE46FB; }

 p { color: rgb(190,70,251); }

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

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

 a { background-color: rgb(190,70,251); }

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

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

 span { border-color: rgb(190,70,251); }

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