#BE53F9

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

Shades of Medium Orchid #BE53F9

Tints of Medium Orchid #BE53F9

Color information

#BE53F9 (or 0xBE53F9) is unknown color: approx Medium Orchid. HEX triplet: BE, 53 and F9. RGB value is (190,83,249). Sum of RGB (Red+Green+Blue) = 190+83+249=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 83 (32.81% from 255 or 15.90% from 522); Blue value is 249 (97.66% from 255 or 47.70% from 522); Max value from RGB is 249 - color contains mainly: blue. Hex color #BE53F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE53F9 is #41AC06. Grayscale: #858585. Windows color (decimal): -4303879 or 16339902. OLE color: 16339902.

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

Color convert

RGB19083249-
CMYK0.240.6700.02
HSL278.67º93.26%65.1%-
HSV(B)278.67º66.67%97.65%-
XYZ41.4323.9792.07-
YUV133.92192.95168-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.40%
GREEN value IS 83 (32.81% from 255) = 15.90%
BLUE value IS 249 (97.66% from 255) = 47.70%
R=36.40%
G=15.90%
B=47.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal190832490.240.6700.02278.6793.2665.1
HexBE53F91843021175d41
Octal2761233713010302427135101
Binary1011111010100111111100111000100001101010001011110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE53F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE53F9; }

 p { color: rgb(190,83,249); }

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

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

 a { background-color: rgb(190,83,249); }

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

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

 span { border-color: rgb(190,83,249); }

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