Html Css Color HEX #BE40F9 Medium Orchid

📋 copy color: '#BE40F9'

red 190 ◦ green 64 ◦ blue 249

#BE40F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BE40F9

Tints of Medium Orchid #BE40F9

RGB

 RED value IS 190 (74.61% from 255) = 37.77%

 GREEN value IS 64 (25.39% from 255) = 12.72%

 BLUE value IS 249 (97.66% from 255) = 49.5%

R = 37.77%
G = 12.72%
B = 49.5%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE40F9 (or 0xBE40F9) is known color: Medium Orchid. HEX triplet: BE, 40 and F9. RGB value is (190,64,249). Sum of RGB (Red+Green+Blue) = 190+64+249=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 64 (25.39% from 255 or 12.72% from 503); Blue value is 249 (97.66% from 255 or 49.50% from 503); Max value from RGB is 249 - color contains mainly: blue. Hex color #BE40F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE40F9 is #41BF06. Grayscale: #7A7A7A. Windows color (decimal): -4308743 or 16335038. OLE color: 16335038.

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

Color convert

RGB 190 64 249 -
CMYK 0.24 0.74 0 0.02
HSL 280.86º 0.94% 0.61% -
HSV(B) 280.86º 0.74% 0.98% -
XYZ 40.17 21.45 91.65 -
YUV 122.76 199.24 175.96 -
System Red Green Blue C M Y K H S L
Decimal 190 64 249 0.24 0.74 0 0.02 280.86 0.94 0.61
Hex BE 40 F9 18 4A 0 2 119 5E 3D
Octal 276 100 371 30 112 0 2 431 136 75
Binary 10111110 1000000 11111001 11000 1001010 0 10 100011001 1011110 111101

Color Harmonies of #BE40F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE40F9

Black with #BE40F9

Text Example


Text Example

White with #BE40F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE40F9; }

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

 H1.HeaderClassName
 {
   color: #BE40F9;
 }
 .AnyTagClassName
 {
   color: #BE40F9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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